Html Css Color HEX #AFA529 Earls Green

📋 copy color: '#AFA529'

red 175 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #AFA529

Tints of Earls Green #AFA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

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

R = 45.93%
G = 43.31%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AFA529 (or 0xAFA529) is known color: Earls Green. HEX triplet: AF, A5 and 29. RGB value is (175,165,41). Sum of RGB (Red+Green+Blue) = 175+165+41=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA529 is #505AD6. Grayscale: #9A9A9A. Windows color (decimal): -5266135 or 2729391. OLE color: 2729391.

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

Color convert

RGB 175 165 41 -
CMYK 0 0.06 0.77 0.31
HSL 55.52º 0.62% 0.42% -
HSV(B) 55.52º 0.77% 0.69% -
XYZ 31.53 36.18 7.42 -
YUV 153.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 175 165 41 0 0.06 0.77 0.31 55.52 0.62 0.42
Hex AF A5 29 0 6 4D 1F 38 3E 2A
Octal 257 245 51 0 6 115 37 70 76 52
Binary 10101111 10100101 101001 0 110 1001101 11111 111000 111110 101010

Color Harmonies of #AFA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA529

Black with #AFA529

Text Example


Text Example

White with #AFA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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