#A4B27D

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

Shades of Caper #A4B27D

Tints of Caper #A4B27D

Color information

#A4B27D (or 0xA4B27D) is unknown color: approx Caper. HEX triplet: A4, B2 and 7D. RGB value is (164,178,125). Sum of RGB (Red+Green+Blue) = 164+178+125=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B27D is #5B4D82. Grayscale: #A7A7A7. Windows color (decimal): -5983619 or 8237732. OLE color: 8237732.

HSL color Cylindrical-coordinate representation of color #A4B27D: hue angle of 75.85º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B27D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB164178125-
CMYK0.0800.300.30
HSL75.85º25.6%59.41%-
HSV(B)75.85º29.78%69.8%-
XYZ34.9341.2125.52-
YUV167.77103.86125.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=35.12%
G=38.12%
B=26.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641781250.0800.300.3075.8525.659.41
HexA4B27D801E1E4c1a3b
Octal24426217510036361143273
Binary10100100101100101111101100001111011110100110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B27D; }

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

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

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

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

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

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

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

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