Html Css Color HEX #AFAA7B Neutral Green

📋 copy color: '#AFAA7B'

red 175 ◦ green 170 ◦ blue 123

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

Shades of Neutral Green #AFAA7B

Tints of Neutral Green #AFAA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 37.39%
G = 36.32%
B = 26.28%

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

#AFAA7B (or 0xAFAA7B) is known color: Neutral Green. HEX triplet: AF, AA and 7B. RGB value is (175,170,123). Sum of RGB (Red+Green+Blue) = 175+170+123=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA7B is #505584. Grayscale: #A6A6A6. Windows color (decimal): -5264773 or 8104623. OLE color: 8104623.

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

Color convert

RGB 175 170 123 -
CMYK 0 0.03 0.30 0.31
HSL 54.23º 0.25% 0.58% -
HSV(B) 54.23º 0.3% 0.69% -
XYZ 35.63 39.29 24.45 -
YUV 166.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 175 170 123 0 0.03 0.30 0.31 54.23 0.25 0.58
Hex AF AA 7B 0 3 1E 1F 36 19 3A
Octal 257 252 173 0 3 36 37 66 31 72
Binary 10101111 10101010 1111011 0 11 11110 11111 110110 11001 111010

Color Harmonies of #AFAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA7B

Black with #AFAA7B

Text Example


Text Example

White with #AFAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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