Html Css Color HEX #AFAA1A Earls Green

📋 copy color: '#AFAA1A'

red 175 ◦ green 170 ◦ blue 26

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

Shades of Earls Green #AFAA1A

Tints of Earls Green #AFAA1A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 47.17%
G = 45.82%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFAA1A (or 0xAFAA1A) is known color: Earls Green. HEX triplet: AF, AA and 1A. RGB value is (175,170,26). Sum of RGB (Red+Green+Blue) = 175+170+26=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA1A is #5055E5. Grayscale: #9B9B9B. Windows color (decimal): -5264870 or 1747631. OLE color: 1747631.

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

Color convert

RGB 175 170 26 -
CMYK 0 0.03 0.85 0.31
HSL 57.99º 0.74% 0.39% -
HSV(B) 57.99º 0.85% 0.69% -
XYZ 32.24 37.94 6.6 -
YUV 155.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 175 170 26 0 0.03 0.85 0.31 57.99 0.74 0.39
Hex AF AA 1A 0 3 55 1F 3A 4A 27
Octal 257 252 32 0 3 125 37 72 112 47
Binary 10101111 10101010 11010 0 11 1010101 11111 111010 1001010 100111

Color Harmonies of #AFAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA1A

Black with #AFAA1A

Text Example


Text Example

White with #AFAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA1A; }

 p { color: rgb(175,170,26); }

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

background-color css

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

 a { background-color: rgb(175,170,26); }

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

border-color css

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

 span { border-color: rgb(175,170,26); }

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