Html Css Color HEX #A3B2A6 Edward

📋 copy color: '#A3B2A6'

red 163 ◦ green 178 ◦ blue 166

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

Shades of Edward #A3B2A6

Tints of Edward #A3B2A6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 32.15%
G = 35.11%
B = 32.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#A3B2A6 (or 0xA3B2A6) is known color: Edward. HEX triplet: A3, B2 and A6. RGB value is (163,178,166). Sum of RGB (Red+Green+Blue) = 163+178+166=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B2A6 is #5C4D59. Grayscale: #ACACAC. Windows color (decimal): -6049114 or 10924707. OLE color: 10924707.

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

Color convert

RGB 163 178 166 -
CMYK 0.08 0 0.07 0.30
HSL 132º 0.09% 0.67% -
HSV(B) 132º 0.08% 0.7% -
XYZ 37.91 42.38 42.26 -
YUV 172.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 163 178 166 0.08 0 0.07 0.30 132 0.09 0.67
Hex A3 B2 A6 8 0 7 1E 84 9 43
Octal 243 262 246 10 0 7 36 204 11 103
Binary 10100011 10110010 10100110 1000 0 111 11110 10000100 1001 1000011

Color Harmonies of #A3B2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B2A6

Black with #A3B2A6

Text Example


Text Example

White with #A3B2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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