Html Css Color HEX #A19E93 Dawn

📋 copy color: '#A19E93'

red 161 ◦ green 158 ◦ blue 147

#A19E93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #A19E93

Tints of Dawn #A19E93

RGB

 RED value IS 161 (63.28% from 255) = 34.55%

 GREEN value IS 158 (62.11% from 255) = 33.91%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 34.55%
G = 33.91%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A19E93 (or 0xA19E93) is known color: Dawn. HEX triplet: A1, 9E and 93. RGB value is (161,158,147). Sum of RGB (Red+Green+Blue) = 161+158+147=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E93 is #5E616C. Grayscale: #9D9D9D. Windows color (decimal): -6185325 or 9674401. OLE color: 9674401.

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

Color convert

RGB 161 158 147 -
CMYK 0 0.02 0.09 0.37
HSL 47.14º 0.07% 0.6% -
HSV(B) 47.14º 0.09% 0.63% -
XYZ 32.19 34.14 32.5 -
YUV 157.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 161 158 147 0 0.02 0.09 0.37 47.14 0.07 0.6
Hex A1 9E 93 0 2 9 25 2F 7 3C
Octal 241 236 223 0 2 11 45 57 7 74
Binary 10100001 10011110 10010011 0 10 1001 100101 101111 111 111100

Color Harmonies of #A19E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19E93

Black with #A19E93

Text Example


Text Example

White with #A19E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19E93; }

 p { color: rgb(161,158,147); }

 H1.HeaderClassName
 {
   color: #A19E93;
 }
 .AnyTagClassName
 {
   color: #A19E93;
 }
</style>

background-color css

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

 a { background-color: rgb(161,158,147); }

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

border-color css

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

 span { border-color: rgb(161,158,147); }

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