Html Css Color HEX #A3A18C Dawn

📋 copy color: '#A3A18C'

red 163 ◦ green 161 ◦ blue 140

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

Shades of Dawn #A3A18C

Tints of Dawn #A3A18C

RGB

 RED value IS 163 (64.06% from 255) = 35.13%

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 35.13%
G = 34.7%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3A18C (or 0xA3A18C) is known color: Dawn. HEX triplet: A3, A1 and 8C. RGB value is (163,161,140). Sum of RGB (Red+Green+Blue) = 163+161+140=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A18C is #5C5E73. Grayscale: #9F9F9F. Windows color (decimal): -6053492 or 9216419. OLE color: 9216419.

HSL color Cylindrical-coordinate representation of color #A3A18C: hue angle of 54.78º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3A18C is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 161 140 -
CMYK 0 0.01 0.14 0.36
HSL 54.78º 0.11% 0.59% -
HSV(B) 54.78º 0.14% 0.64% -
XYZ 32.58 35.17 29.88 -
YUV 159.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 163 161 140 0 0.01 0.14 0.36 54.78 0.11 0.59
Hex A3 A1 8C 0 1 E 24 37 B 3B
Octal 243 241 214 0 1 16 44 67 13 73
Binary 10100011 10100001 10001100 0 1 1110 100100 110111 1011 111011

Color Harmonies of #A3A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A18C

Black with #A3A18C

Text Example


Text Example

White with #A3A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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