Html Css Color HEX #AFA31F Earls Green

📋 copy color: '#AFA31F'

red 175 ◦ green 163 ◦ blue 31

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

Shades of Earls Green #AFA31F

Tints of Earls Green #AFA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 47.43%
G = 44.17%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AFA31F (or 0xAFA31F) is known color: Earls Green. HEX triplet: AF, A3 and 1F. RGB value is (175,163,31). Sum of RGB (Red+Green+Blue) = 175+163+31=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA31F is #505CE0. Grayscale: #989898. Windows color (decimal): -5266657 or 2073519. OLE color: 2073519.

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

Color convert

RGB 175 163 31 -
CMYK 0 0.07 0.82 0.31
HSL 55º 0.7% 0.4% -
HSV(B) 55º 0.82% 0.69% -
XYZ 31.02 35.41 6.5 -
YUV 151.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 175 163 31 0 0.07 0.82 0.31 55 0.7 0.4
Hex AF A3 1F 0 7 52 1F 37 46 28
Octal 257 243 37 0 7 122 37 67 106 50
Binary 10101111 10100011 11111 0 111 1010010 11111 110111 1000110 101000

Color Harmonies of #AFA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA31F

Black with #AFA31F

Text Example


Text Example

White with #AFA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA31F; }

 p { color: rgb(175,163,31); }

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

background-color css

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

 a { background-color: rgb(175,163,31); }

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

border-color css

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

 span { border-color: rgb(175,163,31); }

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