Html Css Color HEX #A1A094 Dawn

📋 copy color: '#A1A094'

red 161 ◦ green 160 ◦ blue 148

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

Shades of Dawn #A1A094

Tints of Dawn #A1A094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 34.33%
G = 34.12%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A1A094 (or 0xA1A094) is known color: Dawn. HEX triplet: A1, A0 and 94. RGB value is (161,160,148). Sum of RGB (Red+Green+Blue) = 161+160+148=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A094 is #5E5F6B. Grayscale: #9E9E9E. Windows color (decimal): -6184812 or 9740449. OLE color: 9740449.

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

Color convert

RGB 161 160 148 -
CMYK 0 0.01 0.08 0.37
HSL 55.38º 0.06% 0.61% -
HSV(B) 55.38º 0.08% 0.63% -
XYZ 32.61 34.86 33.03 -
YUV 158.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 161 160 148 0 0.01 0.08 0.37 55.38 0.06 0.61
Hex A1 A0 94 0 1 8 25 37 6 3D
Octal 241 240 224 0 1 10 45 67 6 75
Binary 10100001 10100000 10010100 0 1 1000 100101 110111 110 111101

Color Harmonies of #A1A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A094

Black with #A1A094

Text Example


Text Example

White with #A1A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A094; }

 p { color: rgb(161,160,148); }

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

background-color css

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

 a { background-color: rgb(161,160,148); }

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

border-color css

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

 span { border-color: rgb(161,160,148); }

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