Html Css Color HEX #A3A092 Dawn

📋 copy color: '#A3A092'

red 163 ◦ green 160 ◦ blue 146

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

Shades of Dawn #A3A092

Tints of Dawn #A3A092

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

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

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

R = 34.75%
G = 34.12%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A3A092 (or 0xA3A092) is known color: Dawn. HEX triplet: A3, A0 and 92. RGB value is (163,160,146). Sum of RGB (Red+Green+Blue) = 163+160+146=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A092 is #5C5F6D. Grayscale: #9F9F9F. Windows color (decimal): -6053742 or 9609379. OLE color: 9609379.

HSL color Cylindrical-coordinate representation of color #A3A092: hue angle of 49.41º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3A092 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 160 146 -
CMYK 0 0.02 0.10 0.36
HSL 49.41º 0.08% 0.61% -
HSV(B) 49.41º 0.1% 0.64% -
XYZ 32.86 35 32.22 -
YUV 159.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 163 160 146 0 0.02 0.10 0.36 49.41 0.08 0.61
Hex A3 A0 92 0 2 A 24 31 8 3D
Octal 243 240 222 0 2 12 44 61 10 75
Binary 10100011 10100000 10010010 0 10 1010 100100 110001 1000 111101

Color Harmonies of #A3A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A092

Black with #A3A092

Text Example


Text Example

White with #A3A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A092; }

 p { color: rgb(163,160,146); }

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

background-color css

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

 a { background-color: rgb(163,160,146); }

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

border-color css

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

 span { border-color: rgb(163,160,146); }

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