Html Css Color HEX #AFA51D Earls Green

📋 copy color: '#AFA51D'

red 175 ◦ green 165 ◦ blue 29

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

Shades of Earls Green #AFA51D

Tints of Earls Green #AFA51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 47.43%
G = 44.72%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AFA51D (or 0xAFA51D) is known color: Earls Green. HEX triplet: AF, A5 and 1D. RGB value is (175,165,29). Sum of RGB (Red+Green+Blue) = 175+165+29=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA51D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA51D is #505AE2. Grayscale: #999999. Windows color (decimal): -5266147 or 1942959. OLE color: 1942959.

HSL color Cylindrical-coordinate representation of color #AFA51D: hue angle of 55.89º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFA51D is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 29 -
CMYK 0 0.06 0.83 0.31
HSL 55.89º 0.72% 0.4% -
HSV(B) 55.89º 0.83% 0.69% -
XYZ 31.36 36.11 6.48 -
YUV 152.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 175 165 29 0 0.06 0.83 0.31 55.89 0.72 0.4
Hex AF A5 1D 0 6 53 1F 38 48 28
Octal 257 245 35 0 6 123 37 70 110 50
Binary 10101111 10100101 11101 0 110 1010011 11111 111000 1001000 101000

Color Harmonies of #AFA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA51D

Black with #AFA51D

Text Example


Text Example

White with #AFA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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