#afaf32

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

Shades of Earls Green #AFAF32

Tints of Earls Green #AFAF32

Color information

#AFAF32 (or 0xAFAF32) is unknown color: approx Earls Green. HEX triplet: AF, AF and 32. RGB value is (175,175,50). Sum of RGB (Red+Green+Blue) = 175+175+50=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF32 is #5050CD. Grayscale: #A1A1A1. Windows color (decimal): -5263566 or 3321775. OLE color: 3321775.

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

Color convert

RGB17517550-
CMYK000.710.31
HSL60º55.56%44.12%-
HSV(B)60º71.43%68.63%-
XYZ33.58408.97-
YUV160.7565.5138.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 50 (19.92% from 255) = 12.5%
R=43.75%
G=43.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517550000.710.316055.5644.12
HexAFAF3200471F3c382c
Octal257257620010737747054
Binary101011111010111111001000100011111111111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afaf32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afaf32; }

 p { color: rgb(175,175,50); }

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

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

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

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

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

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

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