Html Css Color HEX #A3ABAB Hit Grey

📋 copy color: '#A3ABAB'

red 163 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #A3ABAB

Tints of Hit Grey #A3ABAB

RGB

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

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

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

R = 32.28%
G = 33.86%
B = 33.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A3ABAB (or 0xA3ABAB) is known color: Hit Grey. HEX triplet: A3, AB and AB. RGB value is (163,171,171). Sum of RGB (Red+Green+Blue) = 163+171+171=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A3ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABAB is #5C5454. Grayscale: #A8A8A8. Windows color (decimal): -6050901 or 11250595. OLE color: 11250595.

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

Color convert

RGB 163 171 171 -
CMYK 0.05 0 0 0.33
HSL 180º 0.05% 0.65% -
HSV(B) 180º 0.05% 0.67% -
XYZ 37.02 39.85 44.27 -
YUV 168.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 163 171 171 0.05 0 0 0.33 180 0.05 0.65
Hex A3 AB AB 5 0 0 21 B4 5 41
Octal 243 253 253 5 0 0 41 264 5 101
Binary 10100011 10101011 10101011 101 0 0 100001 10110100 101 1000001

Color Harmonies of #A3ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABAB

Black with #A3ABAB

Text Example


Text Example

White with #A3ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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