Html Css Color HEX #AFA98A Neutral Green

📋 copy color: '#AFA98A'

red 175 ◦ green 169 ◦ blue 138

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

Shades of Neutral Green #AFA98A

Tints of Neutral Green #AFA98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 36.31%
G = 35.06%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AFA98A (or 0xAFA98A) is known color: Neutral Green. HEX triplet: AF, A9 and 8A. RGB value is (175,169,138). Sum of RGB (Red+Green+Blue) = 175+169+138=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA98A is #505675. Grayscale: #A7A7A7. Windows color (decimal): -5265014 or 9087407. OLE color: 9087407.

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

Color convert

RGB 175 169 138 -
CMYK 0 0.03 0.21 0.31
HSL 50.27º 0.19% 0.61% -
HSV(B) 50.27º 0.21% 0.69% -
XYZ 36.45 39.32 29.71 -
YUV 167.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 175 169 138 0 0.03 0.21 0.31 50.27 0.19 0.61
Hex AF A9 8A 0 3 15 1F 32 13 3D
Octal 257 251 212 0 3 25 37 62 23 75
Binary 10101111 10101001 10001010 0 11 10101 11111 110010 10011 111101

Color Harmonies of #AFA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA98A

Black with #AFA98A

Text Example


Text Example

White with #AFA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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