Html Css Color HEX #A4ABA5 Edward

📋 copy color: '#A4ABA5'

red 164 ◦ green 171 ◦ blue 165

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

Shades of Edward #A4ABA5

Tints of Edward #A4ABA5

RGB

 RED value IS 164 (64.45% from 255) = 32.8%

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

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

R = 32.8%
G = 34.2%
B = 33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#A4ABA5 (or 0xA4ABA5) is known color: Edward. HEX triplet: A4, AB and A5. RGB value is (164,171,165). Sum of RGB (Red+Green+Blue) = 164+171+165=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABA5 is #5B545A. Grayscale: #A8A8A8. Windows color (decimal): -5985371 or 10857380. OLE color: 10857380.

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

Color convert

RGB 164 171 165 -
CMYK 0.04 0 0.04 0.33
HSL 128.57º 0.04% 0.66% -
HSV(B) 128.57º 0.04% 0.67% -
XYZ 36.66 39.73 41.33 -
YUV 168.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 164 171 165 0.04 0 0.04 0.33 128.57 0.04 0.66
Hex A4 AB A5 4 0 4 21 81 4 42
Octal 244 253 245 4 0 4 41 201 4 102
Binary 10100100 10101011 10100101 100 0 100 100001 10000001 100 1000010

Color Harmonies of #A4ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABA5

Black with #A4ABA5

Text Example


Text Example

White with #A4ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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