Html Css Color HEX #AFAE1D Earls Green

📋 copy color: '#AFAE1D'

red 175 ◦ green 174 ◦ blue 29

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

Shades of Earls Green #AFAE1D

Tints of Earls Green #AFAE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.03%

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

R = 46.3%
G = 46.03%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AFAE1D (or 0xAFAE1D) is known color: Earls Green. HEX triplet: AF, AE and 1D. RGB value is (175,174,29). Sum of RGB (Red+Green+Blue) = 175+174+29=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE1D is #5051E2. Grayscale: #9E9E9E. Windows color (decimal): -5263843 or 1945263. OLE color: 1945263.

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

Color convert

RGB 175 174 29 -
CMYK 0 0.01 0.83 0.31
HSL 59.59º 0.72% 0.4% -
HSV(B) 59.59º 0.83% 0.69% -
XYZ 33.04 39.47 7.04 -
YUV 157.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 175 174 29 0 0.01 0.83 0.31 59.59 0.72 0.4
Hex AF AE 1D 0 1 53 1F 3C 48 28
Octal 257 256 35 0 1 123 37 74 110 50
Binary 10101111 10101110 11101 0 1 1010011 11111 111100 1001000 101000

Color Harmonies of #AFAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE1D

Black with #AFAE1D

Text Example


Text Example

White with #AFAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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