#A7B37E

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

Shades of Caper #A7B37E

Tints of Caper #A7B37E

Color information

#A7B37E (or 0xA7B37E) is unknown color: approx Caper. HEX triplet: A7, B3 and 7E. RGB value is (167,179,126). Sum of RGB (Red+Green+Blue) = 167+179+126=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B37E is #584C81. Grayscale: #A9A9A9. Windows color (decimal): -5786754 or 8303527. OLE color: 8303527.

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

Color convert

RGB167179126-
CMYK0.0700.300.30
HSL73.58º25.85%59.8%-
HSV(B)73.58º29.61%70.2%-
XYZ35.8241.9625.95-
YUV169.37103.52126.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=35.38%
G=37.92%
B=26.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671791260.0700.300.3073.5825.8559.8
HexA7B37E701E1E4a1a3c
Octal2472631767036361123274
Binary1010011110110011111111011101111011110100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B37E; }

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

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

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

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

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

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

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

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