Html Css Color HEX #AFA77E Neutral Green

📋 copy color: '#AFA77E'

red 175 ◦ green 167 ◦ blue 126

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

Shades of Neutral Green #AFA77E

Tints of Neutral Green #AFA77E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 37.39%
G = 35.68%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AFA77E (or 0xAFA77E) is known color: Neutral Green. HEX triplet: AF, A7 and 7E. RGB value is (175,167,126). Sum of RGB (Red+Green+Blue) = 175+167+126=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA77E is #505881. Grayscale: #A4A4A4. Windows color (decimal): -5265538 or 8300463. OLE color: 8300463.

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

Color convert

RGB 175 167 126 -
CMYK 0 0.05 0.28 0.31
HSL 50.2º 0.23% 0.59% -
HSV(B) 50.2º 0.28% 0.69% -
XYZ 35.26 38.26 25.26 -
YUV 164.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 175 167 126 0 0.05 0.28 0.31 50.2 0.23 0.59
Hex AF A7 7E 0 5 1C 1F 32 17 3B
Octal 257 247 176 0 5 34 37 62 27 73
Binary 10101111 10100111 1111110 0 101 11100 11111 110010 10111 111011

Color Harmonies of #AFA77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA77E

Black with #AFA77E

Text Example


Text Example

White with #AFA77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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