Html Css Color HEX #A7B486 Caper

📋 copy color: '#A7B486'

red 167 ◦ green 180 ◦ blue 134

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

Shades of Caper #A7B486

Tints of Caper #A7B486

RGB

 RED value IS 167 (65.63% from 255) = 34.72%

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

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

R = 34.72%
G = 37.42%
B = 27.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A7B486 (or 0xA7B486) is known color: Caper. HEX triplet: A7, B4 and 86. RGB value is (167,180,134). Sum of RGB (Red+Green+Blue) = 167+180+134=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B486 is #584B79. Grayscale: #ABABAB. Windows color (decimal): -5786490 or 8828071. OLE color: 8828071.

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

Color convert

RGB 167 180 134 -
CMYK 0.07 0 0.26 0.29
HSL 76.96º 0.23% 0.62% -
HSV(B) 76.96º 0.26% 0.71% -
XYZ 36.56 42.58 28.85 -
YUV 170.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 167 180 134 0.07 0 0.26 0.29 76.96 0.23 0.62
Hex A7 B4 86 7 0 1A 1D 4D 17 3E
Octal 247 264 206 7 0 32 35 115 27 76
Binary 10100111 10110100 10000110 111 0 11010 11101 1001101 10111 111110

Color Harmonies of #A7B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B486

Black with #A7B486

Text Example


Text Example

White with #A7B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B486; }

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

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

background-color css

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

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

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

border-color css

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

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

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