#A6A38E

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

Shades of Dawn #A6A38E

Tints of Dawn #A6A38E

Color information

#A6A38E (or 0xA6A38E) is unknown color: approx Dawn. HEX triplet: A6, A3 and 8E. RGB value is (166,163,142). Sum of RGB (Red+Green+Blue) = 166+163+142=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A38E is #595C71. Grayscale: #A1A1A1. Windows color (decimal): -5856370 or 9348006. OLE color: 9348006.

HSL color Cylindrical-coordinate representation of color #A6A38E: hue angle of 52.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A38E is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB166163142-
CMYK00.020.140.35
HSL52.5º11.88%60.39%-
HSV(B)52.5º14.46%65.1%-
XYZ33.7136.2530.81-
YUV161.5116.99131.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=35.24%
G=34.61%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616314200.020.140.3552.511.8860.39
HexA6A38E02E2335c3c
Octal246243216021643651474
Binary10100110101000111000111001011101000111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A38E; }

 p { color: rgb(166,163,142); }

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

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

 a { background-color: rgb(166,163,142); }

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

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

 span { border-color: rgb(166,163,142); }

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