Html Css Color HEX #AFAC86 Neutral Green

📋 copy color: '#AFAC86'

red 175 ◦ green 172 ◦ blue 134

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

Shades of Neutral Green #AFAC86

Tints of Neutral Green #AFAC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 36.38%
G = 35.76%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFAC86 (or 0xAFAC86) is known color: Neutral Green. HEX triplet: AF, AC and 86. RGB value is (175,172,134). Sum of RGB (Red+Green+Blue) = 175+172+134=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC86 is #505379. Grayscale: #A8A8A8. Windows color (decimal): -5264250 or 8826031. OLE color: 8826031.

HSL color Cylindrical-coordinate representation of color #AFAC86: hue angle of 55.61º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAC86 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 172 134 -
CMYK 0 0.02 0.23 0.31
HSL 55.61º 0.2% 0.61% -
HSV(B) 55.61º 0.23% 0.69% -
XYZ 36.73 40.34 28.4 -
YUV 168.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 175 172 134 0 0.02 0.23 0.31 55.61 0.2 0.61
Hex AF AC 86 0 2 17 1F 38 14 3D
Octal 257 254 206 0 2 27 37 70 24 75
Binary 10101111 10101100 10000110 0 10 10111 11111 111000 10100 111101

Color Harmonies of #AFAC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC86

Black with #AFAC86

Text Example


Text Example

White with #AFAC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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