#A4B77D

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

Shades of Caper #A4B77D

Tints of Caper #A4B77D

Color information

#A4B77D (or 0xA4B77D) is unknown color: approx Caper. HEX triplet: A4, B7 and 7D. RGB value is (164,183,125). Sum of RGB (Red+Green+Blue) = 164+183+125=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B77D is #5B4882. Grayscale: #AAAAAA. Windows color (decimal): -5982339 or 8239012. OLE color: 8239012.

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

Color convert

RGB164183125-
CMYK0.1000.320.28
HSL79.66º28.71%60.39%-
HSV(B)79.66º31.69%71.76%-
XYZ35.9443.2425.85-
YUV170.71102.21123.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=34.75%
G=38.77%
B=26.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831250.1000.320.2879.6628.7160.39
HexA4B77DA0201C501d3c
Octal24426717512040341203574
Binary101001001011011111111011010010000011100101000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B77D; }

 p { color: rgb(164,183,125); }

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

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

 a { background-color: rgb(164,183,125); }

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

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

 span { border-color: rgb(164,183,125); }

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