Html Css Color HEX #A6A292 Dawn

📋 copy color: '#A6A292'

red 166 ◦ green 162 ◦ blue 146

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

Shades of Dawn #A6A292

Tints of Dawn #A6A292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.18%

 BLUE value IS 146 (57.42% from 255) = 30.8%

R = 35.02%
G = 34.18%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A6A292 (or 0xA6A292) is known color: Dawn. HEX triplet: A6, A2 and 92. RGB value is (166,162,146). Sum of RGB (Red+Green+Blue) = 166+162+146=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A292 is #595D6D. Grayscale: #A1A1A1. Windows color (decimal): -5856622 or 9609894. OLE color: 9609894.

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

Color convert

RGB 166 162 146 -
CMYK 0 0.02 0.12 0.35
HSL 48º 0.1% 0.61% -
HSV(B) 48º 0.12% 0.65% -
XYZ 33.83 36.02 32.36 -
YUV 161.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 166 162 146 0 0.02 0.12 0.35 48 0.1 0.61
Hex A6 A2 92 0 2 C 23 30 A 3D
Octal 246 242 222 0 2 14 43 60 12 75
Binary 10100110 10100010 10010010 0 10 1100 100011 110000 1010 111101

Color Harmonies of #A6A292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A292

Black with #A6A292

Text Example


Text Example

White with #A6A292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A292; }

 p { color: rgb(166,162,146); }

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

background-color css

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

 a { background-color: rgb(166,162,146); }

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

border-color css

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

 span { border-color: rgb(166,162,146); }

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