Html Css Color HEX #A3B1A4 Edward

📋 copy color: '#A3B1A4'

red 163 ◦ green 177 ◦ blue 164

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

Shades of Edward #A3B1A4

Tints of Edward #A3B1A4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.12%

 BLUE value IS 164 (64.45% from 255) = 32.54%

R = 32.34%
G = 35.12%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#A3B1A4 (or 0xA3B1A4) is known color: Edward. HEX triplet: A3, B1 and A4. RGB value is (163,177,164). Sum of RGB (Red+Green+Blue) = 163+177+164=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B1A4 is #5C4E5B. Grayscale: #ABABAB. Windows color (decimal): -6049372 or 10793379. OLE color: 10793379.

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

Color convert

RGB 163 177 164 -
CMYK 0.08 0 0.07 0.31
HSL 124.29º 0.08% 0.67% -
HSV(B) 124.29º 0.08% 0.69% -
XYZ 37.53 41.91 41.23 -
YUV 171.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 163 177 164 0.08 0 0.07 0.31 124.29 0.08 0.67
Hex A3 B1 A4 8 0 7 1F 7C 8 43
Octal 243 261 244 10 0 7 37 174 10 103
Binary 10100011 10110001 10100100 1000 0 111 11111 1111100 1000 1000011

Color Harmonies of #A3B1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B1A4

Black with #A3B1A4

Text Example


Text Example

White with #A3B1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B1A4; }

 p { color: rgb(163,177,164); }

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

background-color css

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

 a { background-color: rgb(163,177,164); }

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

border-color css

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

 span { border-color: rgb(163,177,164); }

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