#A7B774

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

Shades of Caper #A7B774

Tints of Caper #A7B774

Color information

#A7B774 (or 0xA7B774) is unknown color: approx Caper. HEX triplet: A7, B7 and 74. RGB value is (167,183,116). Sum of RGB (Red+Green+Blue) = 167+183+116=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B774 is #58488B. Grayscale: #AAAAAA. Windows color (decimal): -5785740 or 7649191. OLE color: 7649191.

HSL color Cylindrical-coordinate representation of color #A7B774: hue angle of 74.33º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7B774 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB167183116-
CMYK0.0900.370.28
HSL74.33º31.75%58.63%-
HSV(B)74.33º36.61%71.76%-
XYZ36.0243.3422.99-
YUV170.5897.2125.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=35.84%
G=39.27%
B=24.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831160.0900.370.2874.3331.7558.63
HexA7B77490251C4a203b
Octal24726716411045341124073
Binary1010011110110111111010010010100101111001001010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B774; }

 p { color: rgb(167,183,116); }

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

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

 a { background-color: rgb(167,183,116); }

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

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

 span { border-color: rgb(167,183,116); }

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