Html Css Color HEX #A3B3A6 Edward

📋 copy color: '#A3B3A6'

red 163 ◦ green 179 ◦ blue 166

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

Shades of Edward #A3B3A6

Tints of Edward #A3B3A6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

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

R = 32.09%
G = 35.24%
B = 32.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#A3B3A6 (or 0xA3B3A6) is known color: Edward. HEX triplet: A3, B3 and A6. RGB value is (163,179,166). Sum of RGB (Red+Green+Blue) = 163+179+166=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B3A6 is #5C4C59. Grayscale: #ACACAC. Windows color (decimal): -6048858 or 10924963. OLE color: 10924963.

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

Color convert

RGB 163 179 166 -
CMYK 0.09 0 0.07 0.30
HSL 131.25º 0.1% 0.67% -
HSV(B) 131.25º 0.09% 0.7% -
XYZ 38.11 42.78 42.33 -
YUV 172.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 163 179 166 0.09 0 0.07 0.30 131.25 0.1 0.67
Hex A3 B3 A6 9 0 7 1E 83 A 43
Octal 243 263 246 11 0 7 36 203 12 103
Binary 10100011 10110011 10100110 1001 0 111 11110 10000011 1010 1000011

Color Harmonies of #A3B3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B3A6

Black with #A3B3A6

Text Example


Text Example

White with #A3B3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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