Html Css Color HEX #A3B4A6 Edward

📋 copy color: '#A3B4A6'

red 163 ◦ green 180 ◦ blue 166

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

Shades of Edward #A3B4A6

Tints of Edward #A3B4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 32.02%
G = 35.36%
B = 32.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#A3B4A6 (or 0xA3B4A6) is known color: Edward. HEX triplet: A3, B4 and A6. RGB value is (163,180,166). Sum of RGB (Red+Green+Blue) = 163+180+166=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4A6 is #5C4B59. Grayscale: #ADADAD. Windows color (decimal): -6048602 or 10925219. OLE color: 10925219.

HSL color Cylindrical-coordinate representation of color #A3B4A6: hue angle of 130.59º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B4A6 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 180 166 -
CMYK 0.09 0 0.08 0.29
HSL 130.59º 0.1% 0.67% -
HSV(B) 130.59º 0.09% 0.71% -
XYZ 38.31 43.18 42.39 -
YUV 173.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 163 180 166 0.09 0 0.08 0.29 130.59 0.1 0.67
Hex A3 B4 A6 9 0 8 1D 83 A 43
Octal 243 264 246 11 0 10 35 203 12 103
Binary 10100011 10110100 10100110 1001 0 1000 11101 10000011 1010 1000011

Color Harmonies of #A3B4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B4A6

Black with #A3B4A6

Text Example


Text Example

White with #A3B4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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