Html Css Color HEX #A5A08E Dawn

📋 copy color: '#A5A08E'

red 165 ◦ green 160 ◦ blue 142

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

Shades of Dawn #A5A08E

Tints of Dawn #A5A08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 35.33%
G = 34.26%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5A08E (or 0xA5A08E) is known color: Dawn. HEX triplet: A5, A0 and 8E. RGB value is (165,160,142). Sum of RGB (Red+Green+Blue) = 165+160+142=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A08E is #5A5F71. Grayscale: #9F9F9F. Windows color (decimal): -5922674 or 9347237. OLE color: 9347237.

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

Color convert

RGB 165 160 142 -
CMYK 0 0.03 0.14 0.35
HSL 46.96º 0.11% 0.6% -
HSV(B) 46.96º 0.14% 0.65% -
XYZ 32.97 35.09 30.63 -
YUV 159.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 165 160 142 0 0.03 0.14 0.35 46.96 0.11 0.6
Hex A5 A0 8E 0 3 E 23 2F B 3C
Octal 245 240 216 0 3 16 43 57 13 74
Binary 10100101 10100000 10001110 0 11 1110 100011 101111 1011 111100

Color Harmonies of #A5A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A08E

Black with #A5A08E

Text Example


Text Example

White with #A5A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A08E; }

 p { color: rgb(165,160,142); }

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

background-color css

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

 a { background-color: rgb(165,160,142); }

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

border-color css

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

 span { border-color: rgb(165,160,142); }

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