#A4B482

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

Shades of Caper #A4B482

Tints of Caper #A4B482

Color information

#A4B482 (or 0xA4B482) is unknown color: approx Caper. HEX triplet: A4, B4 and 82. RGB value is (164,180,130). Sum of RGB (Red+Green+Blue) = 164+180+130=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B482 is #5B4B7D. Grayscale: #A9A9A9. Windows color (decimal): -5983102 or 8565924. OLE color: 8565924.

HSL color Cylindrical-coordinate representation of color #A4B482: hue angle of 79.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4B482 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB164180130-
CMYK0.0900.280.29
HSL79.2º25%60.78%-
HSV(B)79.2º27.78%70.59%-
XYZ35.6642.1527.37-
YUV169.52105.7124.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=34.60%
G=37.97%
B=27.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801300.0900.280.2979.22560.78
HexA4B482901C1D4f193d
Octal24426420211034351173175
Binary101001001011010010000010100101110011101100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B482; }

 p { color: rgb(164,180,130); }

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

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

 a { background-color: rgb(164,180,130); }

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

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

 span { border-color: rgb(164,180,130); }

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