Html Css Color HEX #A6A492 Dawn

📋 copy color: '#A6A492'

red 166 ◦ green 164 ◦ blue 146

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

Shades of Dawn #A6A492

Tints of Dawn #A6A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

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

R = 34.87%
G = 34.45%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A6A492 (or 0xA6A492) is known color: Dawn. HEX triplet: A6, A4 and 92. RGB value is (166,164,146). Sum of RGB (Red+Green+Blue) = 166+164+146=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A492 is #595B6D. Grayscale: #A2A2A2. Windows color (decimal): -5856110 or 9610406. OLE color: 9610406.

HSL color Cylindrical-coordinate representation of color #A6A492: hue angle of 54º 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 #A6A492 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 146 -
CMYK 0 0.01 0.12 0.35
HSL 54º 0.1% 0.61% -
HSV(B) 54º 0.12% 0.65% -
XYZ 34.19 36.73 32.48 -
YUV 162.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 166 164 146 0 0.01 0.12 0.35 54 0.1 0.61
Hex A6 A4 92 0 1 C 23 36 A 3D
Octal 246 244 222 0 1 14 43 66 12 75
Binary 10100110 10100100 10010010 0 1 1100 100011 110110 1010 111101

Color Harmonies of #A6A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A492

Black with #A6A492

Text Example


Text Example

White with #A6A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A492; }

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

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

background-color css

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

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

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

border-color css

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

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

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