Html Css Color HEX #A5A393 Dawn

📋 copy color: '#A5A393'

red 165 ◦ green 163 ◦ blue 147

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

Shades of Dawn #A5A393

Tints of Dawn #A5A393

RGB

 RED value IS 165 (64.84% from 255) = 34.74%

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 34.74%
G = 34.32%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A5A393 (or 0xA5A393) is known color: Dawn. HEX triplet: A5, A3 and 93. RGB value is (165,163,147). Sum of RGB (Red+Green+Blue) = 165+163+147=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A393 is #5A5C6C. Grayscale: #A1A1A1. Windows color (decimal): -5921901 or 9675685. OLE color: 9675685.

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

Color convert

RGB 165 163 147 -
CMYK 0 0.01 0.11 0.35
HSL 53.33º 0.09% 0.61% -
HSV(B) 53.33º 0.11% 0.65% -
XYZ 33.88 36.3 32.82 -
YUV 161.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 165 163 147 0 0.01 0.11 0.35 53.33 0.09 0.61
Hex A5 A3 93 0 1 B 23 35 9 3D
Octal 245 243 223 0 1 13 43 65 11 75
Binary 10100101 10100011 10010011 0 1 1011 100011 110101 1001 111101

Color Harmonies of #A5A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A393

Black with #A5A393

Text Example


Text Example

White with #A5A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A393; }

 p { color: rgb(165,163,147); }

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

background-color css

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

 a { background-color: rgb(165,163,147); }

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

border-color css

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

 span { border-color: rgb(165,163,147); }

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