Html Css Color HEX #A1B2B4 Casper

📋 copy color: '#A1B2B4'

red 161 ◦ green 178 ◦ blue 180

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

Shades of Casper #A1B2B4

Tints of Casper #A1B2B4

RGB

 RED value IS 161 (63.28% from 255) = 31.02%

 GREEN value IS 178 (69.92% from 255) = 34.3%

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 31.02%
G = 34.3%
B = 34.68%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A1B2B4 (or 0xA1B2B4) is known color: Casper. HEX triplet: A1, B2 and B4. RGB value is (161,178,180). Sum of RGB (Red+Green+Blue) = 161+178+180=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1B2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2B4 is #5E4D4B. Grayscale: #ADADAD. Windows color (decimal): -6180172 or 11842209. OLE color: 11842209.

HSL color Cylindrical-coordinate representation of color #A1B2B4: hue angle of 186.32º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B2B4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 178 180 -
CMYK 0.11 0.01 0 0.29
HSL 186.32º 0.11% 0.67% -
HSV(B) 186.32º 0.11% 0.71% -
XYZ 38.86 42.71 49.38 -
YUV 173.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 161 178 180 0.11 0.01 0 0.29 186.32 0.11 0.67
Hex A1 B2 B4 B 1 0 1D BA B 43
Octal 241 262 264 13 1 0 35 272 13 103
Binary 10100001 10110010 10110100 1011 1 0 11101 10111010 1011 1000011

Color Harmonies of #A1B2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B2B4

Black with #A1B2B4

Text Example


Text Example

White with #A1B2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B2B4; }

 p { color: rgb(161,178,180); }

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

background-color css

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

 a { background-color: rgb(161,178,180); }

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

border-color css

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

 span { border-color: rgb(161,178,180); }

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