Html Css Color HEX #A19F95 Dawn

📋 copy color: '#A19F95'

red 161 ◦ green 159 ◦ blue 149

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

Shades of Dawn #A19F95

Tints of Dawn #A19F95

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.9%

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 34.33%
G = 33.9%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A19F95 (or 0xA19F95) is known color: Dawn. HEX triplet: A1, 9F and 95. RGB value is (161,159,149). Sum of RGB (Red+Green+Blue) = 161+159+149=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F95 is #5E606A. Grayscale: #9E9E9E. Windows color (decimal): -6185067 or 9805729. OLE color: 9805729.

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

Color convert

RGB 161 159 149 -
CMYK 0 0.01 0.07 0.37
HSL 50º 0.06% 0.61% -
HSV(B) 50º 0.07% 0.63% -
XYZ 32.52 34.54 33.39 -
YUV 158.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 161 159 149 0 0.01 0.07 0.37 50 0.06 0.61
Hex A1 9F 95 0 1 7 25 32 6 3D
Octal 241 237 225 0 1 7 45 62 6 75
Binary 10100001 10011111 10010101 0 1 111 100101 110010 110 111101

Color Harmonies of #A19F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19F95

Black with #A19F95

Text Example


Text Example

White with #A19F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19F95; }

 p { color: rgb(161,159,149); }

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

background-color css

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

 a { background-color: rgb(161,159,149); }

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

border-color css

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

 span { border-color: rgb(161,159,149); }

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