Html Css Color HEX #AFAE7A Neutral Green

📋 copy color: '#AFAE7A'

red 175 ◦ green 174 ◦ blue 122

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

Shades of Neutral Green #AFAE7A

Tints of Neutral Green #AFAE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.94%

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

R = 37.15%
G = 36.94%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AFAE7A (or 0xAFAE7A) is known color: Neutral Green. HEX triplet: AF, AE and 7A. RGB value is (175,174,122). Sum of RGB (Red+Green+Blue) = 175+174+122=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7A is #505185. Grayscale: #A8A8A8. Windows color (decimal): -5263750 or 8040111. OLE color: 8040111.

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

Color convert

RGB 175 174 122 -
CMYK 0 0.01 0.30 0.31
HSL 58.87º 0.25% 0.58% -
HSV(B) 58.87º 0.3% 0.69% -
XYZ 36.33 40.79 24.37 -
YUV 168.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 175 174 122 0 0.01 0.30 0.31 58.87 0.25 0.58
Hex AF AE 7A 0 1 1E 1F 3B 19 3A
Octal 257 256 172 0 1 36 37 73 31 72
Binary 10101111 10101110 1111010 0 1 11110 11111 111011 11001 111010

Color Harmonies of #AFAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE7A

Black with #AFAE7A

Text Example


Text Example

White with #AFAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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