Html Css Color HEX #AFB687 Caper

📋 copy color: '#AFB687'

red 175 ◦ green 182 ◦ blue 135

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

Shades of Caper #AFB687

Tints of Caper #AFB687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

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

R = 35.57%
G = 36.99%
B = 27.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#AFB687 (or 0xAFB687) is known color: Caper. HEX triplet: AF, B6 and 87. RGB value is (175,182,135). Sum of RGB (Red+Green+Blue) = 175+182+135=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB687 is #504978. Grayscale: #AEAEAE. Windows color (decimal): -5261689 or 8894127. OLE color: 8894127.

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

Color convert

RGB 175 182 135 -
CMYK 0.04 0 0.26 0.29
HSL 68.94º 0.24% 0.62% -
HSV(B) 68.94º 0.26% 0.71% -
XYZ 38.78 44.32 29.43 -
YUV 174.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 175 182 135 0.04 0 0.26 0.29 68.94 0.24 0.62
Hex AF B6 87 4 0 1A 1D 45 18 3E
Octal 257 266 207 4 0 32 35 105 30 76
Binary 10101111 10110110 10000111 100 0 11010 11101 1000101 11000 111110

Color Harmonies of #AFB687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB687

Black with #AFB687

Text Example


Text Example

White with #AFB687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB687; }

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

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

background-color css

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

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

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

border-color css

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

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

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