#A7A18C

Color #A7A18C Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn #A7A18C

Tints of Dawn #A7A18C

Color information

#A7A18C (or 0xA7A18C) is unknown color: approx Dawn. HEX triplet: A7, A1 and 8C. RGB value is (167,161,140). Sum of RGB (Red+Green+Blue) = 167+161+140=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A18C is #585E73. Grayscale: #A0A0A0. Windows color (decimal): -5791348 or 9216423. OLE color: 9216423.

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

Color convert

RGB167161140-
CMYK00.040.160.35
HSL46.67º13.3%60.2%-
HSV(B)46.67º16.17%65.49%-
XYZ33.4135.629.92-
YUV160.4116.49132.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=35.68%
G=34.40%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716114000.040.160.3546.6713.360.2
HexA7A18C0410232fd3c
Octal247241214042043571574
Binary1010011110100001100011000100100001000111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A18C; }

 p { color: rgb(167,161,140); }

 H1.HeaderClassName
 {
   color: #A7A18C;
 }
 .AnyTagClassName
 {
   color: #A7A18C;
 }
</style>
background-color css

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

 a { background-color: rgb(167,161,140); }

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

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

 span { border-color: rgb(167,161,140); }

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