Html Css Color HEX #AFA687 Neutral Green

📋 copy color: '#AFA687'

red 175 ◦ green 166 ◦ blue 135

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

Shades of Neutral Green #AFA687

Tints of Neutral Green #AFA687

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

 BLUE value IS 135 (53.13% from 255) = 28.36%

R = 36.76%
G = 34.87%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA687 (or 0xAFA687) is known color: Neutral Green. HEX triplet: AF, A6 and 87. RGB value is (175,166,135). Sum of RGB (Red+Green+Blue) = 175+166+135=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA687 is #505978. Grayscale: #A5A5A5. Windows color (decimal): -5265785 or 8890031. OLE color: 8890031.

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

Color convert

RGB 175 166 135 -
CMYK 0 0.05 0.23 0.31
HSL 46.5º 0.2% 0.61% -
HSV(B) 46.5º 0.23% 0.69% -
XYZ 35.69 38.14 28.4 -
YUV 165.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 175 166 135 0 0.05 0.23 0.31 46.5 0.2 0.61
Hex AF A6 87 0 5 17 1F 2E 14 3D
Octal 257 246 207 0 5 27 37 56 24 75
Binary 10101111 10100110 10000111 0 101 10111 11111 101110 10100 111101

Color Harmonies of #AFA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA687

Black with #AFA687

Text Example


Text Example

White with #AFA687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA687; }

 p { color: rgb(175,166,135); }

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

background-color css

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

 a { background-color: rgb(175,166,135); }

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

border-color css

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

 span { border-color: rgb(175,166,135); }

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