Html Css Color HEX #A5A18F Dawn

📋 copy color: '#A5A18F'

red 165 ◦ green 161 ◦ blue 143

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

Shades of Dawn #A5A18F

Tints of Dawn #A5A18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 35.18%
G = 34.33%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5A18F (or 0xA5A18F) is known color: Dawn. HEX triplet: A5, A1 and 8F. RGB value is (165,161,143). Sum of RGB (Red+Green+Blue) = 165+161+143=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A18F is #5A5E70. Grayscale: #A0A0A0. Windows color (decimal): -5922417 or 9413029. OLE color: 9413029.

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

Color convert

RGB 165 161 143 -
CMYK 0 0.02 0.13 0.35
HSL 49.09º 0.11% 0.6% -
HSV(B) 49.09º 0.13% 0.65% -
XYZ 33.22 35.47 31.08 -
YUV 160.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 165 161 143 0 0.02 0.13 0.35 49.09 0.11 0.6
Hex A5 A1 8F 0 2 D 23 31 B 3C
Octal 245 241 217 0 2 15 43 61 13 74
Binary 10100101 10100001 10001111 0 10 1101 100011 110001 1011 111100

Color Harmonies of #A5A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A18F

Black with #A5A18F

Text Example


Text Example

White with #A5A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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