Html Css Color HEX #AFA831 Earls Green

📋 copy color: '#AFA831'

red 175 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #AFA831

Tints of Earls Green #AFA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 44.64%
G = 42.86%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AFA831 (or 0xAFA831) is known color: Earls Green. HEX triplet: AF, A8 and 31. RGB value is (175,168,49). Sum of RGB (Red+Green+Blue) = 175+168+49=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA831 is #5057CE. Grayscale: #9D9D9D. Windows color (decimal): -5265359 or 3254447. OLE color: 3254447.

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

Color convert

RGB 175 168 49 -
CMYK 0 0.04 0.72 0.31
HSL 56.67º 0.56% 0.44% -
HSV(B) 56.67º 0.72% 0.69% -
XYZ 32.24 37.34 8.41 -
YUV 156.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 175 168 49 0 0.04 0.72 0.31 56.67 0.56 0.44
Hex AF A8 31 0 4 48 1F 39 38 2C
Octal 257 250 61 0 4 110 37 71 70 54
Binary 10101111 10101000 110001 0 100 1001000 11111 111001 111000 101100

Color Harmonies of #AFA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA831

Black with #AFA831

Text Example


Text Example

White with #AFA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA831; }

 p { color: rgb(175,168,49); }

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

background-color css

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

 a { background-color: rgb(175,168,49); }

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

border-color css

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

 span { border-color: rgb(175,168,49); }

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