Html Css Color HEX #A19D8D Dawn

📋 copy color: '#A19D8D'

red 161 ◦ green 157 ◦ blue 141

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

Shades of Dawn #A19D8D

Tints of Dawn #A19D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.2%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 35.08%
G = 34.2%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A19D8D (or 0xA19D8D) is known color: Dawn. HEX triplet: A1, 9D and 8D. RGB value is (161,157,141). Sum of RGB (Red+Green+Blue) = 161+157+141=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D8D is #5E6272. Grayscale: #9C9C9C. Windows color (decimal): -6185587 or 9280929. OLE color: 9280929.

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

Color convert

RGB 161 157 141 -
CMYK 0 0.02 0.12 0.37
HSL 48º 0.1% 0.59% -
HSV(B) 48º 0.12% 0.63% -
XYZ 31.56 33.61 30.02 -
YUV 156.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 161 157 141 0 0.02 0.12 0.37 48 0.1 0.59
Hex A1 9D 8D 0 2 C 25 30 A 3B
Octal 241 235 215 0 2 14 45 60 12 73
Binary 10100001 10011101 10001101 0 10 1100 100101 110000 1010 111011

Color Harmonies of #A19D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D8D

Black with #A19D8D

Text Example


Text Example

White with #A19D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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