Html Css Color HEX #AFA819 Earls Green

📋 copy color: '#AFA819'

red 175 ◦ green 168 ◦ blue 25

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

Shades of Earls Green #AFA819

Tints of Earls Green #AFA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 47.55%
G = 45.65%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AFA819 (or 0xAFA819) is known color: Earls Green. HEX triplet: AF, A8 and 19. RGB value is (175,168,25). Sum of RGB (Red+Green+Blue) = 175+168+25=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA819 is #5057E6. Grayscale: #9A9A9A. Windows color (decimal): -5265383 or 1681583. OLE color: 1681583.

HSL color Cylindrical-coordinate representation of color #AFA819: hue angle of 57.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFA819 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 25 -
CMYK 0 0.04 0.86 0.31
HSL 57.2º 0.75% 0.39% -
HSV(B) 57.2º 0.86% 0.69% -
XYZ 31.86 37.19 6.42 -
YUV 153.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 175 168 25 0 0.04 0.86 0.31 57.2 0.75 0.39
Hex AF A8 19 0 4 56 1F 39 4B 27
Octal 257 250 31 0 4 126 37 71 113 47
Binary 10101111 10101000 11001 0 100 1010110 11111 111001 1001011 100111

Color Harmonies of #AFA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA819

Black with #AFA819

Text Example


Text Example

White with #AFA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA819; }

 p { color: rgb(175,168,25); }

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

background-color css

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

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

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

border-color css

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

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

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