Html Css Color HEX #AFA424 Earls Green

📋 copy color: '#AFA424'

red 175 ◦ green 164 ◦ blue 36

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

Shades of Earls Green #AFA424

Tints of Earls Green #AFA424

RGB

 RED value IS 175 (68.75% from 255) = 46.67%

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 46.67%
G = 43.73%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AFA424 (or 0xAFA424) is known color: Earls Green. HEX triplet: AF, A4 and 24. RGB value is (175,164,36). Sum of RGB (Red+Green+Blue) = 175+164+36=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA424 is #505BDB. Grayscale: #999999. Windows color (decimal): -5266396 or 2401455. OLE color: 2401455.

HSL color Cylindrical-coordinate representation of color #AFA424: hue angle of 55.25º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFA424 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 36 -
CMYK 0 0.06 0.79 0.31
HSL 55.25º 0.66% 0.41% -
HSV(B) 55.25º 0.79% 0.69% -
XYZ 31.27 35.79 6.93 -
YUV 152.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 175 164 36 0 0.06 0.79 0.31 55.25 0.66 0.41
Hex AF A4 24 0 6 4F 1F 37 42 29
Octal 257 244 44 0 6 117 37 67 102 51
Binary 10101111 10100100 100100 0 110 1001111 11111 110111 1000010 101001

Color Harmonies of #AFA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA424

Black with #AFA424

Text Example


Text Example

White with #AFA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA424; }

 p { color: rgb(175,164,36); }

 H1.HeaderClassName
 {
   color: #AFA424;
 }
 .AnyTagClassName
 {
   color: #AFA424;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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