Html Css Color HEX #AFA227 Earls Green

📋 copy color: '#AFA227'

red 175 ◦ green 162 ◦ blue 39

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

Shades of Earls Green #AFA227

Tints of Earls Green #AFA227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 39 (15.63% from 255) = 10.37%

R = 46.54%
G = 43.09%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AFA227 (or 0xAFA227) is known color: Earls Green. HEX triplet: AF, A2 and 27. RGB value is (175,162,39). Sum of RGB (Red+Green+Blue) = 175+162+39=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA227 is #505DD8. Grayscale: #989898. Windows color (decimal): -5266905 or 2597551. OLE color: 2597551.

HSL color Cylindrical-coordinate representation of color #AFA227: hue angle of 54.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFA227 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 39 -
CMYK 0 0.07 0.78 0.31
HSL 54.26º 0.64% 0.42% -
HSV(B) 54.26º 0.78% 0.69% -
XYZ 30.97 35.1 7.06 -
YUV 151.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 175 162 39 0 0.07 0.78 0.31 54.26 0.64 0.42
Hex AF A2 27 0 7 4E 1F 36 40 2A
Octal 257 242 47 0 7 116 37 66 100 52
Binary 10101111 10100010 100111 0 111 1001110 11111 110110 1000000 101010

Color Harmonies of #AFA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA227

Black with #AFA227

Text Example


Text Example

White with #AFA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA227; }

 p { color: rgb(175,162,39); }

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

background-color css

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

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

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

border-color css

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

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

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