Html Css Color HEX #A3A090 Dawn

📋 copy color: '#A3A090'

red 163 ◦ green 160 ◦ blue 144

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

Shades of Dawn #A3A090

Tints of Dawn #A3A090

RGB

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

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

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

R = 34.9%
G = 34.26%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3A090 (or 0xA3A090) is known color: Dawn. HEX triplet: A3, A0 and 90. RGB value is (163,160,144). Sum of RGB (Red+Green+Blue) = 163+160+144=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A090 is #5C5F6F. Grayscale: #9F9F9F. Windows color (decimal): -6053744 or 9478307. OLE color: 9478307.

HSL color Cylindrical-coordinate representation of color #A3A090: hue angle of 50.53º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A090 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 160 144 -
CMYK 0 0.02 0.12 0.36
HSL 50.53º 0.09% 0.6% -
HSV(B) 50.53º 0.12% 0.64% -
XYZ 32.71 34.94 31.41 -
YUV 159.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 163 160 144 0 0.02 0.12 0.36 50.53 0.09 0.6
Hex A3 A0 90 0 2 C 24 33 9 3C
Octal 243 240 220 0 2 14 44 63 11 74
Binary 10100011 10100000 10010000 0 10 1100 100100 110011 1001 111100

Color Harmonies of #A3A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A090

Black with #A3A090

Text Example


Text Example

White with #A3A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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