Html Css Color HEX #A6B486 Caper

📋 copy color: '#A6B486'

red 166 ◦ green 180 ◦ blue 134

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

Shades of Caper #A6B486

Tints of Caper #A6B486

RGB

 RED value IS 166 (65.23% from 255) = 34.58%

 GREEN value IS 180 (70.7% from 255) = 37.5%

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

R = 34.58%
G = 37.5%
B = 27.92%

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

#A6B486 (or 0xA6B486) is known color: Caper. HEX triplet: A6, B4 and 86. RGB value is (166,180,134). Sum of RGB (Red+Green+Blue) = 166+180+134=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B486 is #594B79. Grayscale: #AAAAAA. Windows color (decimal): -5852026 or 8828070. OLE color: 8828070.

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

Color convert

RGB 166 180 134 -
CMYK 0.08 0 0.26 0.29
HSL 78.26º 0.23% 0.62% -
HSV(B) 78.26º 0.26% 0.71% -
XYZ 36.35 42.47 28.84 -
YUV 170.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 166 180 134 0.08 0 0.26 0.29 78.26 0.23 0.62
Hex A6 B4 86 8 0 1A 1D 4E 17 3E
Octal 246 264 206 10 0 32 35 116 27 76
Binary 10100110 10110100 10000110 1000 0 11010 11101 1001110 10111 111110

Color Harmonies of #A6B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B486

Black with #A6B486

Text Example


Text Example

White with #A6B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B486; }

 p { color: rgb(166,180,134); }

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

background-color css

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

 a { background-color: rgb(166,180,134); }

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

border-color css

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

 span { border-color: rgb(166,180,134); }

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