Html Css Color HEX #A5A491 Dawn

📋 copy color: '#A5A491'

red 165 ◦ green 164 ◦ blue 145

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

Shades of Dawn #A5A491

Tints of Dawn #A5A491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 34.81%
G = 34.6%
B = 30.59%

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

#A5A491 (or 0xA5A491) is known color: Dawn. HEX triplet: A5, A4 and 91. RGB value is (165,164,145). Sum of RGB (Red+Green+Blue) = 165+164+145=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A491 is #5A5B6E. Grayscale: #A2A2A2. Windows color (decimal): -5921647 or 9544869. OLE color: 9544869.

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

Color convert

RGB 165 164 145 -
CMYK 0 0.01 0.12 0.35
HSL 57º 0.1% 0.61% -
HSV(B) 57º 0.12% 0.65% -
XYZ 33.9 36.59 32.06 -
YUV 162.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 165 164 145 0 0.01 0.12 0.35 57 0.1 0.61
Hex A5 A4 91 0 1 C 23 39 A 3D
Octal 245 244 221 0 1 14 43 71 12 75
Binary 10100101 10100100 10010001 0 1 1100 100011 111001 1010 111101

Color Harmonies of #A5A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A491

Black with #A5A491

Text Example


Text Example

White with #A5A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A491; }

 p { color: rgb(165,164,145); }

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

background-color css

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

 a { background-color: rgb(165,164,145); }

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

border-color css

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

 span { border-color: rgb(165,164,145); }

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