Html Css Color HEX #AFA888 Neutral Green

📋 copy color: '#AFA888'

red 175 ◦ green 168 ◦ blue 136

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

Shades of Neutral Green #AFA888

Tints of Neutral Green #AFA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 36.53%
G = 35.07%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA888 (or 0xAFA888) is known color: Neutral Green. HEX triplet: AF, A8 and 88. RGB value is (175,168,136). Sum of RGB (Red+Green+Blue) = 175+168+136=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA888 is #505777. Grayscale: #A6A6A6. Windows color (decimal): -5265272 or 8956079. OLE color: 8956079.

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

Color convert

RGB 175 168 136 -
CMYK 0 0.04 0.22 0.31
HSL 49.23º 0.2% 0.61% -
HSV(B) 49.23º 0.22% 0.69% -
XYZ 36.13 38.9 28.9 -
YUV 166.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 175 168 136 0 0.04 0.22 0.31 49.23 0.2 0.61
Hex AF A8 88 0 4 16 1F 31 14 3D
Octal 257 250 210 0 4 26 37 61 24 75
Binary 10101111 10101000 10001000 0 100 10110 11111 110001 10100 111101

Color Harmonies of #AFA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA888

Black with #AFA888

Text Example


Text Example

White with #AFA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA888; }

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

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

background-color css

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

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

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

border-color css

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

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

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