Html Css Color HEX #A3ABA4 Edward

📋 copy color: '#A3ABA4'

red 163 ◦ green 171 ◦ blue 164

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

Shades of Edward #A3ABA4

Tints of Edward #A3ABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

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

R = 32.73%
G = 34.34%
B = 32.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#A3ABA4 (or 0xA3ABA4) is known color: Edward. HEX triplet: A3, AB and A4. RGB value is (163,171,164). Sum of RGB (Red+Green+Blue) = 163+171+164=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABA4 is #5C545B. Grayscale: #A7A7A7. Windows color (decimal): -6050908 or 10791843. OLE color: 10791843.

HSL color Cylindrical-coordinate representation of color #A3ABA4: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3ABA4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 171 164 -
CMYK 0.05 0 0.04 0.33
HSL 127.5º 0.05% 0.65% -
HSV(B) 127.5º 0.05% 0.67% -
XYZ 36.37 39.59 40.85 -
YUV 167.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 163 171 164 0.05 0 0.04 0.33 127.5 0.05 0.65
Hex A3 AB A4 5 0 4 21 80 5 41
Octal 243 253 244 5 0 4 41 200 5 101
Binary 10100011 10101011 10100100 101 0 100 100001 10000000 101 1000001

Color Harmonies of #A3ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABA4

Black with #A3ABA4

Text Example


Text Example

White with #A3ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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