#AFAB45

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

Shades of Brass #AFAB45

Tints of Brass #AFAB45

Color information

#AFAB45 (or 0xAFAB45) is unknown color: approx Brass. HEX triplet: AF, AB and 45. RGB value is (175,171,69). Sum of RGB (Red+Green+Blue) = 175+171+69=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB45 is #5054BA. Grayscale: #A0A0A0. Windows color (decimal): -5264571 or 4565935. OLE color: 4565935.

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

Color convert

RGB17517169-
CMYK00.020.610.31
HSL57.74º43.44%47.84%-
HSV(B)57.74º60.57%68.63%-
XYZ33.3238.6711.34-
YUV160.5776.33138.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=42.17%
G=41.20%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751716900.020.610.3157.7443.4447.84
HexAFAB45023D1F3a2b30
Octal257253105027537725360
Binary1010111110101011100010101011110111111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB45; }

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

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

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

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

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

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

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

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