Html Css Color HEX #AFA629 Earls Green

📋 copy color: '#AFA629'

red 175 ◦ green 166 ◦ blue 41

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

Shades of Earls Green #AFA629

Tints of Earls Green #AFA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 45.81%
G = 43.46%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFA629 (or 0xAFA629) is known color: Earls Green. HEX triplet: AF, A6 and 29. RGB value is (175,166,41). Sum of RGB (Red+Green+Blue) = 175+166+41=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA629 is #5059D6. Grayscale: #9A9A9A. Windows color (decimal): -5265879 or 2729647. OLE color: 2729647.

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

Color convert

RGB 175 166 41 -
CMYK 0 0.05 0.77 0.31
HSL 55.97º 0.62% 0.42% -
HSV(B) 55.97º 0.77% 0.69% -
XYZ 31.72 36.55 7.48 -
YUV 154.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 175 166 41 0 0.05 0.77 0.31 55.97 0.62 0.42
Hex AF A6 29 0 5 4D 1F 38 3E 2A
Octal 257 246 51 0 5 115 37 70 76 52
Binary 10101111 10100110 101001 0 101 1001101 11111 111000 111110 101010

Color Harmonies of #AFA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA629

Black with #AFA629

Text Example


Text Example

White with #AFA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA629; }

 p { color: rgb(175,166,41); }

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

background-color css

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

 a { background-color: rgb(175,166,41); }

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

border-color css

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

 span { border-color: rgb(175,166,41); }

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