Html Css Color HEX #A3ABA5 Edward

📋 copy color: '#A3ABA5'

red 163 ◦ green 171 ◦ blue 165

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

Shades of Edward #A3ABA5

Tints of Edward #A3ABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 32.67%
G = 34.27%
B = 33.07%

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

#A3ABA5 (or 0xA3ABA5) is known color: Edward. HEX triplet: A3, AB and A5. RGB value is (163,171,165). Sum of RGB (Red+Green+Blue) = 163+171+165=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABA5 is #5C545A. Grayscale: #A7A7A7. Windows color (decimal): -6050907 or 10857379. OLE color: 10857379.

HSL color Cylindrical-coordinate representation of color #A3ABA5: hue angle of 135º 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 #A3ABA5 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 171 165 -
CMYK 0.05 0 0.04 0.33
HSL 135º 0.05% 0.65% -
HSV(B) 135º 0.05% 0.67% -
XYZ 36.46 39.63 41.32 -
YUV 167.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 163 171 165 0.05 0 0.04 0.33 135 0.05 0.65
Hex A3 AB A5 5 0 4 21 87 5 41
Octal 243 253 245 5 0 4 41 207 5 101
Binary 10100011 10101011 10100101 101 0 100 100001 10000111 101 1000001

Color Harmonies of #A3ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABA5

Black with #A3ABA5

Text Example


Text Example

White with #A3ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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