Html Css Color HEX #AFA988 Neutral Green

📋 copy color: '#AFA988'

red 175 ◦ green 169 ◦ blue 136

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

Shades of Neutral Green #AFA988

Tints of Neutral Green #AFA988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 36.46%
G = 35.21%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA988 (or 0xAFA988) is known color: Neutral Green. HEX triplet: AF, A9 and 88. RGB value is (175,169,136). Sum of RGB (Red+Green+Blue) = 175+169+136=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA988 is #505677. Grayscale: #A7A7A7. Windows color (decimal): -5265016 or 8956335. OLE color: 8956335.

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

Color convert

RGB 175 169 136 -
CMYK 0 0.03 0.22 0.31
HSL 50.77º 0.2% 0.61% -
HSV(B) 50.77º 0.22% 0.69% -
XYZ 36.31 39.27 28.96 -
YUV 167.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 175 169 136 0 0.03 0.22 0.31 50.77 0.2 0.61
Hex AF A9 88 0 3 16 1F 33 14 3D
Octal 257 251 210 0 3 26 37 63 24 75
Binary 10101111 10101001 10001000 0 11 10110 11111 110011 10100 111101

Color Harmonies of #AFA988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA988

Black with #AFA988

Text Example


Text Example

White with #AFA988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA988; }

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

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

background-color css

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

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

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

border-color css

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

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

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