#A68678

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

Shades of Almond Frost #A68678

Tints of Almond Frost #A68678

Color information

#A68678 (or 0xA68678) is unknown color: approx Almond Frost. HEX triplet: A6, 86 and 78. RGB value is (166,134,120). Sum of RGB (Red+Green+Blue) = 166+134+120=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68678 is #597987. Grayscale: #8E8E8E. Windows color (decimal): -5863816 or 7898790. OLE color: 7898790.

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

Color convert

RGB166134120-
CMYK00.190.280.35
HSL18.26º20.54%56.08%-
HSV(B)18.26º27.71%65.1%-
XYZ27.6426.5121.43-
YUV141.97115.6145.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=39.52%
G=31.90%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613412000.190.280.3518.2620.5456.08
HexA686780131C23121538
Octal2462061700233443222570
Binary10100110100001101111000010011111001000111001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68678; }

 p { color: rgb(166,134,120); }

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

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

 a { background-color: rgb(166,134,120); }

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

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

 span { border-color: rgb(166,134,120); }

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