Html Css Color HEX #A5A295 Dawn

📋 copy color: '#A5A295'

red 165 ◦ green 162 ◦ blue 149

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

Shades of Dawn #A5A295

Tints of Dawn #A5A295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 34.66%
G = 34.03%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A5A295 (or 0xA5A295) is known color: Dawn. HEX triplet: A5, A2 and 95. RGB value is (165,162,149). Sum of RGB (Red+Green+Blue) = 165+162+149=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A295 is #5A5D6A. Grayscale: #A1A1A1. Windows color (decimal): -5922155 or 9806501. OLE color: 9806501.

HSL color Cylindrical-coordinate representation of color #A5A295: hue angle of 48.75º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A295 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 149 -
CMYK 0 0.02 0.10 0.35
HSL 48.75º 0.08% 0.62% -
HSV(B) 48.75º 0.1% 0.65% -
XYZ 33.86 36.01 33.6 -
YUV 161.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 165 162 149 0 0.02 0.10 0.35 48.75 0.08 0.62
Hex A5 A2 95 0 2 A 23 31 8 3E
Octal 245 242 225 0 2 12 43 61 10 76
Binary 10100101 10100010 10010101 0 10 1010 100011 110001 1000 111110

Color Harmonies of #A5A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A295

Black with #A5A295

Text Example


Text Example

White with #A5A295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A295; }

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

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

background-color css

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

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

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

border-color css

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

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

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