Html Css Color HEX #A3ADA6 Edward

📋 copy color: '#A3ADA6'

red 163 ◦ green 173 ◦ blue 166

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

Shades of Edward #A3ADA6

Tints of Edward #A3ADA6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 32.47%
G = 34.46%
B = 33.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#A3ADA6 (or 0xA3ADA6) is known color: Edward. HEX triplet: A3, AD and A6. RGB value is (163,173,166). Sum of RGB (Red+Green+Blue) = 163+173+166=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #A3ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADA6 is #5C5259. Grayscale: #A9A9A9. Windows color (decimal): -6050394 or 10923427. OLE color: 10923427.

HSL color Cylindrical-coordinate representation of color #A3ADA6: hue angle of 138º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3ADA6 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 166 -
CMYK 0.06 0 0.04 0.32
HSL 138º 0.06% 0.66% -
HSV(B) 138º 0.06% 0.68% -
XYZ 36.93 40.43 41.93 -
YUV 169.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 163 173 166 0.06 0 0.04 0.32 138 0.06 0.66
Hex A3 AD A6 6 0 4 20 8A 6 42
Octal 243 255 246 6 0 4 40 212 6 102
Binary 10100011 10101101 10100110 110 0 100 100000 10001010 110 1000010

Color Harmonies of #A3ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ADA6

Black with #A3ADA6

Text Example


Text Example

White with #A3ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ADA6; }

 p { color: rgb(163,173,166); }

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

background-color css

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

 a { background-color: rgb(163,173,166); }

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

border-color css

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

 span { border-color: rgb(163,173,166); }

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