Html Css Color HEX #AFA97E Neutral Green

📋 copy color: '#AFA97E'

red 175 ◦ green 169 ◦ blue 126

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

Shades of Neutral Green #AFA97E

Tints of Neutral Green #AFA97E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 37.23%
G = 35.96%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AFA97E (or 0xAFA97E) is known color: Neutral Green. HEX triplet: AF, A9 and 7E. RGB value is (175,169,126). Sum of RGB (Red+Green+Blue) = 175+169+126=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA97E is #505681. Grayscale: #A6A6A6. Windows color (decimal): -5265026 or 8300975. OLE color: 8300975.

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

Color convert

RGB 175 169 126 -
CMYK 0 0.03 0.28 0.31
HSL 52.65º 0.23% 0.59% -
HSV(B) 52.65º 0.28% 0.69% -
XYZ 35.63 39 25.39 -
YUV 165.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 175 169 126 0 0.03 0.28 0.31 52.65 0.23 0.59
Hex AF A9 7E 0 3 1C 1F 35 17 3B
Octal 257 251 176 0 3 34 37 65 27 73
Binary 10101111 10101001 1111110 0 11 11100 11111 110101 10111 111011

Color Harmonies of #AFA97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA97E

Black with #AFA97E

Text Example


Text Example

White with #AFA97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA97E; }

 p { color: rgb(175,169,126); }

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

background-color css

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

 a { background-color: rgb(175,169,126); }

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

border-color css

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

 span { border-color: rgb(175,169,126); }

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