Html Css Color HEX #A5A191 Dawn

📋 copy color: '#A5A191'

red 165 ◦ green 161 ◦ blue 145

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

Shades of Dawn #A5A191

Tints of Dawn #A5A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

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

R = 35.03%
G = 34.18%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A5A191 (or 0xA5A191) is known color: Dawn. HEX triplet: A5, A1 and 91. RGB value is (165,161,145). Sum of RGB (Red+Green+Blue) = 165+161+145=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A191 is #5A5E6E. Grayscale: #A0A0A0. Windows color (decimal): -5922415 or 9544101. OLE color: 9544101.

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

Color convert

RGB 165 161 145 -
CMYK 0 0.02 0.12 0.35
HSL 48º 0.1% 0.61% -
HSV(B) 48º 0.12% 0.65% -
XYZ 33.37 35.53 31.89 -
YUV 160.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 165 161 145 0 0.02 0.12 0.35 48 0.1 0.61
Hex A5 A1 91 0 2 C 23 30 A 3D
Octal 245 241 221 0 2 14 43 60 12 75
Binary 10100101 10100001 10010001 0 10 1100 100011 110000 1010 111101

Color Harmonies of #A5A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A191

Black with #A5A191

Text Example


Text Example

White with #A5A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A191; }

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

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

background-color css

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

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

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

border-color css

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

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

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