#AFA24D

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

Shades of Brass #AFA24D

Tints of Brass #AFA24D

Color information

#AFA24D (or 0xAFA24D) is unknown color: approx Brass. HEX triplet: AF, A2 and 4D. RGB value is (175,162,77). Sum of RGB (Red+Green+Blue) = 175+162+77=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA24D is #505DB2. Grayscale: #9C9C9C. Windows color (decimal): -5266867 or 5087919. OLE color: 5087919.

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

Color convert

RGB17516277-
CMYK00.070.560.31
HSL52.04º38.89%49.41%-
HSV(B)52.04º56%68.63%-
XYZ31.9435.4912.19-
YUV156.283.31141.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=42.27%
G=39.13%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751627700.070.560.3152.0438.8949.41
HexAFA24D07381F342731
Octal257242115077037644761
Binary10101111101000101001101011111100011111110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA24D; }

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

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

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

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

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

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

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

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