Html Css Color HEX #AFA729 Earls Green

📋 copy color: '#AFA729'

red 175 ◦ green 167 ◦ blue 41

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

Shades of Earls Green #AFA729

Tints of Earls Green #AFA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

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

R = 45.69%
G = 43.6%
B = 10.7%

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

#AFA729 (or 0xAFA729) is known color: Earls Green. HEX triplet: AF, A7 and 29. RGB value is (175,167,41). Sum of RGB (Red+Green+Blue) = 175+167+41=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA729 is #5058D6. Grayscale: #9B9B9B. Windows color (decimal): -5265623 or 2729903. OLE color: 2729903.

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

Color convert

RGB 175 167 41 -
CMYK 0 0.05 0.77 0.31
HSL 56.42º 0.62% 0.42% -
HSV(B) 56.42º 0.77% 0.69% -
XYZ 31.9 36.91 7.54 -
YUV 155.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 175 167 41 0 0.05 0.77 0.31 56.42 0.62 0.42
Hex AF A7 29 0 5 4D 1F 38 3E 2A
Octal 257 247 51 0 5 115 37 70 76 52
Binary 10101111 10100111 101001 0 101 1001101 11111 111000 111110 101010

Color Harmonies of #AFA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA729

Black with #AFA729

Text Example


Text Example

White with #AFA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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