#A68572

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

Shades of Almond Frost #A68572

Tints of Almond Frost #A68572

Color information

#A68572 (or 0xA68572) is unknown color: approx Almond Frost. HEX triplet: A6, 85 and 72. RGB value is (166,133,114). Sum of RGB (Red+Green+Blue) = 166+133+114=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68572 is #597A8D. Grayscale: #8C8C8C. Windows color (decimal): -5864078 or 7505318. OLE color: 7505318.

HSL color Cylindrical-coordinate representation of color #A68572: hue angle of 21.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68572 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166133114-
CMYK00.200.310.35
HSL21.92º22.61%54.9%-
HSV(B)21.92º31.33%65.1%-
XYZ27.1526.119.53-
YUV140.7112.93146.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=40.19%
G=32.20%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613311400.200.310.3521.9222.6154.9
HexA685720141F23161737
Octal2462051620243743262767
Binary10100110100001011110010010100111111000111011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68572; }

 p { color: rgb(166,133,114); }

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

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

 a { background-color: rgb(166,133,114); }

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

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

 span { border-color: rgb(166,133,114); }

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