#A7B975

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

Shades of Caper #A7B975

Tints of Caper #A7B975

Color information

#A7B975 (or 0xA7B975) is unknown color: approx Caper. HEX triplet: A7, B9 and 75. RGB value is (167,185,117). Sum of RGB (Red+Green+Blue) = 167+185+117=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B975 is #58468A. Grayscale: #ACACAC. Windows color (decimal): -5785227 or 7715239. OLE color: 7715239.

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

Color convert

RGB167185117-
CMYK0.1000.370.27
HSL75.88º32.69%59.22%-
HSV(B)75.88º36.76%72.55%-
XYZ36.544.223.44-
YUV171.8797.04124.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=35.61%
G=39.45%
B=24.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851170.1000.370.2775.8832.6959.22
HexA7B975A0251B4c213b
Octal24727116512045331144173
Binary1010011110111001111010110100100101110111001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B975; }

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

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

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

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

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

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

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

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