Html Css Color HEX #AFB787 Caper

📋 copy color: '#AFB787'

red 175 ◦ green 183 ◦ blue 135

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

Shades of Caper #AFB787

Tints of Caper #AFB787

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.12%

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

R = 35.5%
G = 37.12%
B = 27.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#AFB787 (or 0xAFB787) is known color: Caper. HEX triplet: AF, B7 and 87. RGB value is (175,183,135). Sum of RGB (Red+Green+Blue) = 175+183+135=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB787 is #504878. Grayscale: #AFAFAF. Windows color (decimal): -5261433 or 8894383. OLE color: 8894383.

HSL color Cylindrical-coordinate representation of color #AFB787: hue angle of 70º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB787 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 135 -
CMYK 0.04 0 0.26 0.28
HSL 70º 0.25% 0.62% -
HSV(B) 70º 0.26% 0.72% -
XYZ 38.99 44.73 29.5 -
YUV 175.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 175 183 135 0.04 0 0.26 0.28 70 0.25 0.62
Hex AF B7 87 4 0 1A 1C 46 19 3E
Octal 257 267 207 4 0 32 34 106 31 76
Binary 10101111 10110111 10000111 100 0 11010 11100 1000110 11001 111110

Color Harmonies of #AFB787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB787

Black with #AFB787

Text Example


Text Example

White with #AFB787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB787; }

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

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

background-color css

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

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

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

border-color css

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

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

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