Html Css Color HEX #AFA587 Neutral Green

📋 copy color: '#AFA587'

red 175 ◦ green 165 ◦ blue 135

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

Shades of Neutral Green #AFA587

Tints of Neutral Green #AFA587

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.74%

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

R = 36.84%
G = 34.74%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA587 (or 0xAFA587) is known color: Neutral Green. HEX triplet: AF, A5 and 87. RGB value is (175,165,135). Sum of RGB (Red+Green+Blue) = 175+165+135=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA587 is #505A78. Grayscale: #A4A4A4. Windows color (decimal): -5266041 or 8889775. OLE color: 8889775.

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

Color convert

RGB 175 165 135 -
CMYK 0 0.06 0.23 0.31
HSL 45º 0.2% 0.61% -
HSV(B) 45º 0.23% 0.69% -
XYZ 35.51 37.77 28.34 -
YUV 164.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 175 165 135 0 0.06 0.23 0.31 45 0.2 0.61
Hex AF A5 87 0 6 17 1F 2D 14 3D
Octal 257 245 207 0 6 27 37 55 24 75
Binary 10101111 10100101 10000111 0 110 10111 11111 101101 10100 111101

Color Harmonies of #AFA587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA587

Black with #AFA587

Text Example


Text Example

White with #AFA587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA587; }

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

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

background-color css

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

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

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

border-color css

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

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

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