#A7B47E

Color #A7B47E Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A7B47E

Tints of Caper #A7B47E

Color information

#A7B47E (or 0xA7B47E) is unknown color: approx Caper. HEX triplet: A7, B4 and 7E. RGB value is (167,180,126). Sum of RGB (Red+Green+Blue) = 167+180+126=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B47E is #584B81. Grayscale: #AAAAAA. Windows color (decimal): -5786498 or 8303783. OLE color: 8303783.

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

Color convert

RGB167180126-
CMYK0.0700.30.29
HSL74.44º26.47%60%-
HSV(B)74.44º30%70.59%-
XYZ36.0242.3626.02-
YUV169.96103.19125.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=35.31%
G=38.05%
B=26.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801260.0700.30.2974.4426.4760
HexA7B47E701E1D4a1a3c
Octal2472641767036351123274
Binary1010011110110100111111011101111011101100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B47E; }

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

 H1.HeaderClassName
 {
   color: #A7B47E;
 }
 .AnyTagClassName
 {
   color: #A7B47E;
 }
</style>
background-color css

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

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

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

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

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

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