#A7B972

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

Shades of Caper #A7B972

Tints of Caper #A7B972

Color information

#A7B972 (or 0xA7B972) is unknown color: approx Caper. HEX triplet: A7, B9 and 72. RGB value is (167,185,114). Sum of RGB (Red+Green+Blue) = 167+185+114=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B972 is #58468D. Grayscale: #ABABAB. Windows color (decimal): -5785230 or 7518631. OLE color: 7518631.

HSL color Cylindrical-coordinate representation of color #A7B972: hue angle of 75.21º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7B972 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB167185114-
CMYK0.1000.380.27
HSL75.21º33.65%58.63%-
HSV(B)75.21º38.38%72.55%-
XYZ36.3244.1322.52-
YUV171.5295.54124.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=35.84%
G=39.70%
B=24.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851140.1000.380.2775.2133.6558.63
HexA7B972A0261B4b223b
Octal24727116212046331134273
Binary1010011110111001111001010100100110110111001011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B972; }

 p { color: rgb(167,185,114); }

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

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

 a { background-color: rgb(167,185,114); }

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

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

 span { border-color: rgb(167,185,114); }

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