Html Css Color HEX #AFAC31 Earls Green

📋 copy color: '#AFAC31'

red 175 ◦ green 172 ◦ blue 49

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

Shades of Earls Green #AFAC31

Tints of Earls Green #AFAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.43%

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

R = 44.19%
G = 43.43%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AFAC31 (or 0xAFAC31) is known color: Earls Green. HEX triplet: AF, AC and 31. RGB value is (175,172,49). Sum of RGB (Red+Green+Blue) = 175+172+49=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC31 is #5053CE. Grayscale: #9F9F9F. Windows color (decimal): -5264335 or 3255471. OLE color: 3255471.

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

Color convert

RGB 175 172 49 -
CMYK 0 0.02 0.72 0.31
HSL 58.57º 0.56% 0.44% -
HSV(B) 58.57º 0.72% 0.69% -
XYZ 32.99 38.84 8.66 -
YUV 158.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 175 172 49 0 0.02 0.72 0.31 58.57 0.56 0.44
Hex AF AC 31 0 2 48 1F 3B 38 2C
Octal 257 254 61 0 2 110 37 73 70 54
Binary 10101111 10101100 110001 0 10 1001000 11111 111011 111000 101100

Color Harmonies of #AFAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC31

Black with #AFAC31

Text Example


Text Example

White with #AFAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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