#AFAB39

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

Shades of Brass #AFAB39

Tints of Brass #AFAB39

Color information

#AFAB39 (or 0xAFAB39) is unknown color: approx Brass. HEX triplet: AF, AB and 39. RGB value is (175,171,57). Sum of RGB (Red+Green+Blue) = 175+171+57=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB39 is #5054C6. Grayscale: #9F9F9F. Windows color (decimal): -5264583 or 3779503. OLE color: 3779503.

HSL color Cylindrical-coordinate representation of color #AFAB39: hue angle of 57.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFAB39 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17517157-
CMYK00.020.670.31
HSL57.97º50.86%45.49%-
HSV(B)57.97º67.43%68.63%-
XYZ32.9838.549.57-
YUV159.270.33139.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=43.42%
G=42.43%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751715700.020.670.3157.9750.8645.49
HexAFAB3902431F3a332d
Octal257253710210337726355
Binary1010111110101011111001010100001111111111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB39; }

 p { color: rgb(175,171,57); }

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

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

 a { background-color: rgb(175,171,57); }

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

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

 span { border-color: rgb(175,171,57); }

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