Html Css Color HEX #A8B687 Caper

📋 copy color: '#A8B687'

red 168 ◦ green 182 ◦ blue 135

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

Shades of Caper #A8B687

Tints of Caper #A8B687

RGB

 RED value IS 168 (66.02% from 255) = 34.64%

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

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

R = 34.64%
G = 37.53%
B = 27.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A8B687 (or 0xA8B687) is known color: Caper. HEX triplet: A8, B6 and 87. RGB value is (168,182,135). Sum of RGB (Red+Green+Blue) = 168+182+135=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B687 is #574978. Grayscale: #ACACAC. Windows color (decimal): -5720441 or 8894120. OLE color: 8894120.

HSL color Cylindrical-coordinate representation of color #A8B687: hue angle of 77.87º 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 #A8B687 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 135 -
CMYK 0.08 0 0.26 0.29
HSL 77.87º 0.24% 0.62% -
HSV(B) 77.87º 0.26% 0.71% -
XYZ 37.25 43.53 29.36 -
YUV 172.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 168 182 135 0.08 0 0.26 0.29 77.87 0.24 0.62
Hex A8 B6 87 8 0 1A 1D 4E 18 3E
Octal 250 266 207 10 0 32 35 116 30 76
Binary 10101000 10110110 10000111 1000 0 11010 11101 1001110 11000 111110

Color Harmonies of #A8B687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B687

Black with #A8B687

Text Example


Text Example

White with #A8B687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B687; }

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

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

background-color css

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

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

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

border-color css

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

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

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