#AFA84A

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

Shades of Brass #AFA84A

Tints of Brass #AFA84A

Color information

#AFA84A (or 0xAFA84A) is unknown color: approx Brass. HEX triplet: AF, A8 and 4A. RGB value is (175,168,74). Sum of RGB (Red+Green+Blue) = 175+168+74=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA84A is #5057B5. Grayscale: #9F9F9F. Windows color (decimal): -5265334 or 4892847. OLE color: 4892847.

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

Color convert

RGB17516874-
CMYK00.040.580.31
HSL55.84º40.56%48.82%-
HSV(B)55.84º57.71%68.63%-
XYZ32.9237.6112-
YUV159.3879.82139.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=41.97%
G=40.29%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751687400.040.580.3155.8440.5648.82
HexAFA84A043A1F382931
Octal257250112047237705161
Binary10101111101010001001010010011101011111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA84A; }

 p { color: rgb(175,168,74); }

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

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

 a { background-color: rgb(175,168,74); }

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

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

 span { border-color: rgb(175,168,74); }

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