Html Css Color HEX #A8B686 Caper

📋 copy color: '#A8B686'

red 168 ◦ green 182 ◦ blue 134

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

Shades of Caper #A8B686

Tints of Caper #A8B686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 34.71%
G = 37.6%
B = 27.69%

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

#A8B686 (or 0xA8B686) is known color: Caper. HEX triplet: A8, B6 and 86. RGB value is (168,182,134). Sum of RGB (Red+Green+Blue) = 168+182+134=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B686 is #574979. Grayscale: #ACACAC. Windows color (decimal): -5720442 or 8828584. OLE color: 8828584.

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

Color convert

RGB 168 182 134 -
CMYK 0.08 0 0.26 0.29
HSL 77.5º 0.25% 0.62% -
HSV(B) 77.5º 0.26% 0.71% -
XYZ 37.18 43.5 28.99 -
YUV 172.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 168 182 134 0.08 0 0.26 0.29 77.5 0.25 0.62
Hex A8 B6 86 8 0 1A 1D 4E 19 3E
Octal 250 266 206 10 0 32 35 116 31 76
Binary 10101000 10110110 10000110 1000 0 11010 11101 1001110 11001 111110

Color Harmonies of #A8B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B686

Black with #A8B686

Text Example


Text Example

White with #A8B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B686; }

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

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

background-color css

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

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

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

border-color css

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

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

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