#A19D8B

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

Shades of Dawn #A19D8B

Tints of Dawn #A19D8B

Color information

#A19D8B (or 0xA19D8B) is unknown color: approx Dawn. HEX triplet: A1, 9D and 8B. RGB value is (161,157,139). Sum of RGB (Red+Green+Blue) = 161+157+139=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D8B is #5E6274. Grayscale: #9C9C9C. Windows color (decimal): -6185589 or 9149857. OLE color: 9149857.

HSL color Cylindrical-coordinate representation of color #A19D8B: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A19D8B is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161157139-
CMYK00.020.140.37
HSL49.09º10.48%58.82%-
HSV(B)49.09º13.66%63.14%-
XYZ31.4233.5629.25-
YUV156.14118.33131.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=35.23%
G=34.35%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115713900.020.140.3749.0910.4858.82
HexA19D8B02E2531a3b
Octal241235213021645611273
Binary10100001100111011000101101011101001011100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D8B; }

 p { color: rgb(161,157,139); }

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

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

 a { background-color: rgb(161,157,139); }

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

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

 span { border-color: rgb(161,157,139); }

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