Html Css Color HEX #A5A28E Dawn

📋 copy color: '#A5A28E'

red 165 ◦ green 162 ◦ blue 142

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

Shades of Dawn #A5A28E

Tints of Dawn #A5A28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

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

R = 35.18%
G = 34.54%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5A28E (or 0xA5A28E) is known color: Dawn. HEX triplet: A5, A2 and 8E. RGB value is (165,162,142). Sum of RGB (Red+Green+Blue) = 165+162+142=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A28E is #5A5D71. Grayscale: #A0A0A0. Windows color (decimal): -5922162 or 9347749. OLE color: 9347749.

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

Color convert

RGB 165 162 142 -
CMYK 0 0.02 0.14 0.35
HSL 52.17º 0.11% 0.6% -
HSV(B) 52.17º 0.14% 0.65% -
XYZ 33.32 35.79 30.74 -
YUV 160.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 165 162 142 0 0.02 0.14 0.35 52.17 0.11 0.6
Hex A5 A2 8E 0 2 E 23 34 B 3C
Octal 245 242 216 0 2 16 43 64 13 74
Binary 10100101 10100010 10001110 0 10 1110 100011 110100 1011 111100

Color Harmonies of #A5A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A28E

Black with #A5A28E

Text Example


Text Example

White with #A5A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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