Html Css Color HEX #AFA324 Earls Green

📋 copy color: '#AFA324'

red 175 ◦ green 163 ◦ blue 36

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

Shades of Earls Green #AFA324

Tints of Earls Green #AFA324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.58%

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

R = 46.79%
G = 43.58%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AFA324 (or 0xAFA324) is known color: Earls Green. HEX triplet: AF, A3 and 24. RGB value is (175,163,36). Sum of RGB (Red+Green+Blue) = 175+163+36=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA324 is #505CDB. Grayscale: #989898. Windows color (decimal): -5266652 or 2401199. OLE color: 2401199.

HSL color Cylindrical-coordinate representation of color #AFA324: hue angle of 54.82º 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 #AFA324 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 36 -
CMYK 0 0.07 0.79 0.31
HSL 54.82º 0.66% 0.41% -
HSV(B) 54.82º 0.79% 0.69% -
XYZ 31.09 35.44 6.87 -
YUV 152.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 175 163 36 0 0.07 0.79 0.31 54.82 0.66 0.41
Hex AF A3 24 0 7 4F 1F 37 42 29
Octal 257 243 44 0 7 117 37 67 102 51
Binary 10101111 10100011 100100 0 111 1001111 11111 110111 1000010 101001

Color Harmonies of #AFA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA324

Black with #AFA324

Text Example


Text Example

White with #AFA324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA324; }

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

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

background-color css

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

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

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

border-color css

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

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

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