Html Css Color HEX #AFAA8A Neutral Green

📋 copy color: '#AFAA8A'

red 175 ◦ green 170 ◦ blue 138

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

Shades of Neutral Green #AFAA8A

Tints of Neutral Green #AFAA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 36.23%
G = 35.2%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AFAA8A (or 0xAFAA8A) is known color: Neutral Green. HEX triplet: AF, AA and 8A. RGB value is (175,170,138). Sum of RGB (Red+Green+Blue) = 175+170+138=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA8A is #505575. Grayscale: #A7A7A7. Windows color (decimal): -5264758 or 9087663. OLE color: 9087663.

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

Color convert

RGB 175 170 138 -
CMYK 0 0.03 0.21 0.31
HSL 51.89º 0.19% 0.61% -
HSV(B) 51.89º 0.21% 0.69% -
XYZ 36.64 39.7 29.78 -
YUV 167.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 175 170 138 0 0.03 0.21 0.31 51.89 0.19 0.61
Hex AF AA 8A 0 3 15 1F 34 13 3D
Octal 257 252 212 0 3 25 37 64 23 75
Binary 10101111 10101010 10001010 0 11 10101 11111 110100 10011 111101

Color Harmonies of #AFAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA8A

Black with #AFAA8A

Text Example


Text Example

White with #AFAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA8A; }

 p { color: rgb(175,170,138); }

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

background-color css

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

 a { background-color: rgb(175,170,138); }

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

border-color css

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

 span { border-color: rgb(175,170,138); }

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