#afa552

Color #AFA552 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #AFA552

Tints of Brass #AFA552

Color information

#AFA552 (or 0xAFA552) is unknown color: approx Brass. HEX triplet: AF, A5 and 52. RGB value is (175,165,82). Sum of RGB (Red+Green+Blue) = 175+165+82=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA552 is #505AAD. Grayscale: #9E9E9E. Windows color (decimal): -5266094 or 5416367. OLE color: 5416367.

HSL color Cylindrical-coordinate representation of color #AFA552: hue angle of 53.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA552 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17516582-
CMYK00.060.530.31
HSL53.55º36.76%50.39%-
HSV(B)53.55º53.14%68.63%-
XYZ32.6636.6313.33-
YUV158.5384.81139.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=41.47%
G=39.10%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751658200.060.530.3153.5536.7650.39
HexAFA55206351F362532
Octal257245122066537664562
Binary10101111101001011010010011011010111111110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa552; }

 p { color: rgb(175,165,82); }

 H1.HeaderClassName
 {
   color: #afa552;
 }
 .AnyTagClassName
 {
   color: #afa552;
 }
</style>
background-color css

<style>
 a { background-color: #afa552; }

 a { background-color: rgb(175,165,82); }

 div.DivClassName
 {
   background-color: #afa552;
 }
 .BgClassName
 {
   background-color: #afa552;
 }
</style>
border-color css

<style>
 span { border-color: #afa552; }

 span { border-color: rgb(175,165,82); }

 td.TdClassName
 {
   border-color: #afa552;
 }
 .TagClassName
 {
   border-color: #afa552;
 }
</style>