#AFA24C

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

Shades of Brass #AFA24C

Tints of Brass #AFA24C

Color information

#AFA24C (or 0xAFA24C) is unknown color: approx Brass. HEX triplet: AF, A2 and 4C. RGB value is (175,162,76). Sum of RGB (Red+Green+Blue) = 175+162+76=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA24C is #505DB3. Grayscale: #9C9C9C. Windows color (decimal): -5266868 or 5022383. OLE color: 5022383.

HSL color Cylindrical-coordinate representation of color #AFA24C: hue angle of 52.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFA24C is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17516276-
CMYK00.070.570.31
HSL52.12º39.44%49.22%-
HSV(B)52.12º56.57%68.63%-
XYZ31.935.4812-
YUV156.0882.81141.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=42.37%
G=39.23%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751627600.070.570.3152.1239.4449.22
HexAFA24C07391F342731
Octal257242114077137644761
Binary10101111101000101001100011111100111111110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA24C; }

 p { color: rgb(175,162,76); }

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

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

 a { background-color: rgb(175,162,76); }

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

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

 span { border-color: rgb(175,162,76); }

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