#AFA24B

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

Shades of Brass #AFA24B

Tints of Brass #AFA24B

Color information

#AFA24B (or 0xAFA24B) is unknown color: approx Brass. HEX triplet: AF, A2 and 4B. RGB value is (175,162,75). Sum of RGB (Red+Green+Blue) = 175+162+75=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA24B is #505DB4. Grayscale: #9C9C9C. Windows color (decimal): -5266869 or 4956847. OLE color: 4956847.

HSL color Cylindrical-coordinate representation of color #AFA24B: hue angle of 52.2º degrees, saturation: 0.4, 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 #AFA24B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17516275-
CMYK00.070.570.31
HSL52.2º40%49.02%-
HSV(B)52.2º57.14%68.63%-
XYZ31.8735.4611.82-
YUV155.9782.31141.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=42.48%
G=39.32%
B=18.20%

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
Decimal1751627500.070.570.3152.24049.02
HexAFA24B07391F342831
Octal257242113077137645061
Binary10101111101000101001011011111100111111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA24B; }

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

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

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

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

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

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

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

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