#A68A7D

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

Shades of Almond Frost #A68A7D

Tints of Almond Frost #A68A7D

Color information

#A68A7D (or 0xA68A7D) is unknown color: approx Almond Frost. HEX triplet: A6, 8A and 7D. RGB value is (166,138,125). Sum of RGB (Red+Green+Blue) = 166+138+125=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A7D is #597582. Grayscale: #909090. Windows color (decimal): -5862787 or 8227494. OLE color: 8227494.

HSL color Cylindrical-coordinate representation of color #A68A7D: hue angle of 19.02º 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 #A68A7D is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166138125-
CMYK00.170.250.35
HSL19.02º18.72%57.06%-
HSV(B)19.02º24.7%65.1%-
XYZ28.5227.7623.26-
YUV144.89116.78143.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=38.69%
G=32.17%
B=29.14%

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
Decimal16613812500.170.250.3519.0218.7257.06
HexA68A7D0111923131339
Octal2462121750213143232371
Binary10100110100010101111101010001110011000111001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A7D; }

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

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

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

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

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

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

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

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