Html Css Color HEX #A6A190 Dawn

📋 copy color: '#A6A190'

red 166 ◦ green 161 ◦ blue 144

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

Shades of Dawn #A6A190

Tints of Dawn #A6A190

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 35.24%
G = 34.18%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A6A190 (or 0xA6A190) is known color: Dawn. HEX triplet: A6, A1 and 90. RGB value is (166,161,144). Sum of RGB (Red+Green+Blue) = 166+161+144=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A190 is #595E6F. Grayscale: #A0A0A0. Windows color (decimal): -5856880 or 9478566. OLE color: 9478566.

HSL color Cylindrical-coordinate representation of color #A6A190: hue angle of 46.36º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A190 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 161 144 -
CMYK 0 0.03 0.13 0.35
HSL 46.36º 0.11% 0.61% -
HSV(B) 46.36º 0.13% 0.65% -
XYZ 33.5 35.61 31.49 -
YUV 160.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 166 161 144 0 0.03 0.13 0.35 46.36 0.11 0.61
Hex A6 A1 90 0 3 D 23 2E B 3D
Octal 246 241 220 0 3 15 43 56 13 75
Binary 10100110 10100001 10010000 0 11 1101 100011 101110 1011 111101

Color Harmonies of #A6A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A190

Black with #A6A190

Text Example


Text Example

White with #A6A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A190; }

 p { color: rgb(166,161,144); }

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

background-color css

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

 a { background-color: rgb(166,161,144); }

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

border-color css

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

 span { border-color: rgb(166,161,144); }

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