#A8A38E

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

Shades of Dawn #A8A38E

Tints of Dawn #A8A38E

Color information

#A8A38E (or 0xA8A38E) is unknown color: approx Dawn. HEX triplet: A8, A3 and 8E. RGB value is (168,163,142). Sum of RGB (Red+Green+Blue) = 168+163+142=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A38E is #575C71. Grayscale: #A2A2A2. Windows color (decimal): -5725298 or 9348008. OLE color: 9348008.

HSL color Cylindrical-coordinate representation of color #A8A38E: hue angle of 48.46º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8A38E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168163142-
CMYK00.030.150.34
HSL48.46º13%60.78%-
HSV(B)48.46º15.48%65.88%-
XYZ34.1336.4730.83-
YUV162.1116.66132.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=35.52%
G=34.46%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816314200.030.150.3448.461360.78
HexA8A38E03F2230d3d
Octal250243216031742601575
Binary10101000101000111000111001111111000101100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A38E; }

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

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

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

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

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

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

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

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