#A68A7C

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

Shades of Almond Frost #A68A7C

Tints of Almond Frost #A68A7C

Color information

#A68A7C (or 0xA68A7C) is unknown color: approx Almond Frost. HEX triplet: A6, 8A and 7C. RGB value is (166,138,124). Sum of RGB (Red+Green+Blue) = 166+138+124=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A7C is #597583. Grayscale: #909090. Windows color (decimal): -5862788 or 8161958. OLE color: 8161958.

HSL color Cylindrical-coordinate representation of color #A68A7C: hue angle of 20º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68A7C is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166138124-
CMYK00.170.250.35
HSL20º19.09%56.86%-
HSV(B)20º25.3%65.1%-
XYZ28.4527.7422.92-
YUV144.78116.28143.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=38.79%
G=32.24%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613812400.170.250.352019.0956.86
HexA68A7C0111923141339
Octal2462121740213143242371
Binary10100110100010101111100010001110011000111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A7C; }

 p { color: rgb(166,138,124); }

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

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

 a { background-color: rgb(166,138,124); }

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

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

 span { border-color: rgb(166,138,124); }

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