Html Css Color HEX #AFAF32 Earls Green

📋 copy color: '#AFAF32'

red 175 ◦ green 175 ◦ blue 50

#AFAF32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AFAF32

Tints of Earls Green #AFAF32

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 value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFAF32 (or 0xAFAF32) is known color: 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

RGB 175 175 50 -
CMYK 0 0 0.71 0.31
HSL 60º 0.56% 0.44% -
HSV(B) 60º 0.71% 0.69% -
XYZ 33.58 40 8.97 -
YUV 160.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 175 175 50 0 0 0.71 0.31 60 0.56 0.44
Hex AF AF 32 0 0 47 1F 3C 38 2C
Octal 257 257 62 0 0 107 37 74 70 54
Binary 10101111 10101111 110010 0 0 1000111 11111 111100 111000 101100

Color Harmonies of #AFAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAF32

Black with #AFAF32

Text Example


Text Example

White with #AFAF32

Text Example


Text Example

HTML Codes & Css Web 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>