Html Css Color HEX #AFAA7A Neutral Green

📋 copy color: '#AFAA7A'

red 175 ◦ green 170 ◦ blue 122

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

Shades of Neutral Green #AFAA7A

Tints of Neutral Green #AFAA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 37.47%
G = 36.4%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFAA7A (or 0xAFAA7A) is known color: Neutral Green. HEX triplet: AF, AA and 7A. RGB value is (175,170,122). Sum of RGB (Red+Green+Blue) = 175+170+122=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA7A is #505585. Grayscale: #A6A6A6. Windows color (decimal): -5264774 or 8039087. OLE color: 8039087.

HSL color Cylindrical-coordinate representation of color #AFAA7A: hue angle of 54.34º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFAA7A is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 170 122 -
CMYK 0 0.03 0.30 0.31
HSL 54.34º 0.25% 0.58% -
HSV(B) 54.34º 0.3% 0.69% -
XYZ 35.57 39.27 24.12 -
YUV 166.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 175 170 122 0 0.03 0.30 0.31 54.34 0.25 0.58
Hex AF AA 7A 0 3 1E 1F 36 19 3A
Octal 257 252 172 0 3 36 37 66 31 72
Binary 10101111 10101010 1111010 0 11 11110 11111 110110 11001 111010

Color Harmonies of #AFAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA7A

Black with #AFAA7A

Text Example


Text Example

White with #AFAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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