Html Css Color HEX #AFA91A Earls Green

📋 copy color: '#AFA91A'

red 175 ◦ green 169 ◦ blue 26

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

Shades of Earls Green #AFA91A

Tints of Earls Green #AFA91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.68%

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

R = 47.3%
G = 45.68%
B = 7.03%

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

#AFA91A (or 0xAFA91A) is known color: Earls Green. HEX triplet: AF, A9 and 1A. RGB value is (175,169,26). Sum of RGB (Red+Green+Blue) = 175+169+26=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA91A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA91A is #5056E5. Grayscale: #9B9B9B. Windows color (decimal): -5265126 or 1747375. OLE color: 1747375.

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

Color convert

RGB 175 169 26 -
CMYK 0 0.03 0.85 0.31
HSL 57.58º 0.74% 0.39% -
HSV(B) 57.58º 0.85% 0.69% -
XYZ 32.05 37.56 6.54 -
YUV 154.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 175 169 26 0 0.03 0.85 0.31 57.58 0.74 0.39
Hex AF A9 1A 0 3 55 1F 3A 4A 27
Octal 257 251 32 0 3 125 37 72 112 47
Binary 10101111 10101001 11010 0 11 1010101 11111 111010 1001010 100111

Color Harmonies of #AFA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA91A

Black with #AFA91A

Text Example


Text Example

White with #AFA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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