Html Css Color HEX #AFA127 Earls Green

📋 copy color: '#AFA127'

red 175 ◦ green 161 ◦ blue 39

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

Shades of Earls Green #AFA127

Tints of Earls Green #AFA127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

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

R = 46.67%
G = 42.93%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AFA127 (or 0xAFA127) is known color: Earls Green. HEX triplet: AF, A1 and 27. RGB value is (175,161,39). Sum of RGB (Red+Green+Blue) = 175+161+39=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA127 is #505ED8. Grayscale: #979797. Windows color (decimal): -5267161 or 2597295. OLE color: 2597295.

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

Color convert

RGB 175 161 39 -
CMYK 0 0.08 0.78 0.31
HSL 53.82º 0.64% 0.42% -
HSV(B) 53.82º 0.78% 0.69% -
XYZ 30.79 34.75 7 -
YUV 151.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 175 161 39 0 0.08 0.78 0.31 53.82 0.64 0.42
Hex AF A1 27 0 8 4E 1F 36 40 2A
Octal 257 241 47 0 10 116 37 66 100 52
Binary 10101111 10100001 100111 0 1000 1001110 11111 110110 1000000 101010

Color Harmonies of #AFA127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA127

Black with #AFA127

Text Example


Text Example

White with #AFA127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA127; }

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

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

background-color css

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

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

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

border-color css

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

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

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