Html Css Color HEX #A5ABAB Hit Grey

📋 copy color: '#A5ABAB'

red 165 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #A5ABAB

Tints of Hit Grey #A5ABAB

RGB

 RED value IS 165 (64.84% from 255) = 32.54%

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 32.54%
G = 33.73%
B = 33.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5ABAB (or 0xA5ABAB) is known color: Hit Grey. HEX triplet: A5, AB and AB. RGB value is (165,171,171). Sum of RGB (Red+Green+Blue) = 165+171+171=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A5ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABAB is #5A5454. Grayscale: #A9A9A9. Windows color (decimal): -5919829 or 11250597. OLE color: 11250597.

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

Color convert

RGB 165 171 171 -
CMYK 0.04 0 0 0.33
HSL 180º 0.03% 0.66% -
HSV(B) 180º 0.04% 0.67% -
XYZ 37.43 40.07 44.29 -
YUV 169.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 165 171 171 0.04 0 0 0.33 180 0.03 0.66
Hex A5 AB AB 4 0 0 21 B4 3 42
Octal 245 253 253 4 0 0 41 264 3 102
Binary 10100101 10101011 10101011 100 0 0 100001 10110100 11 1000010

Color Harmonies of #A5ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABAB

Black with #A5ABAB

Text Example


Text Example

White with #A5ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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