#AFA84E

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

Shades of Brass #AFA84E

Tints of Brass #AFA84E

Color information

#AFA84E (or 0xAFA84E) is unknown color: approx Brass. HEX triplet: AF, A8 and 4E. RGB value is (175,168,78). Sum of RGB (Red+Green+Blue) = 175+168+78=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA84E is #5057B1. Grayscale: #A0A0A0. Windows color (decimal): -5265330 or 5154991. OLE color: 5154991.

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

Color convert

RGB17516878-
CMYK00.040.550.31
HSL55.67º38.34%49.61%-
HSV(B)55.67º55.43%68.63%-
XYZ33.0637.6712.74-
YUV159.8381.82138.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=41.57%
G=39.90%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751687800.040.550.3155.6738.3449.61
HexAFA84E04371F382632
Octal257250116046737704662
Binary10101111101010001001110010011011111111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA84E; }

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

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

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

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

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

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

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

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