Html Css Color HEX #A3B2B7 Casper

📋 copy color: '#A3B2B7'

red 163 ◦ green 178 ◦ blue 183

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

Shades of Casper #A3B2B7

Tints of Casper #A3B2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.92%

R = 31.11%
G = 33.97%
B = 34.92%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A3B2B7 (or 0xA3B2B7) is known color: Casper. HEX triplet: A3, B2 and B7. RGB value is (163,178,183). Sum of RGB (Red+Green+Blue) = 163+178+183=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #A3B2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2B7 is #5C4D48. Grayscale: #AEAEAE. Windows color (decimal): -6049097 or 12038819. OLE color: 12038819.

HSL color Cylindrical-coordinate representation of color #A3B2B7: hue angle of 195º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B2B7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 178 183 -
CMYK 0.11 0.03 0 0.28
HSL 195º 0.12% 0.68% -
HSV(B) 195º 0.11% 0.72% -
XYZ 39.57 43.05 51.02 -
YUV 174.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 163 178 183 0.11 0.03 0 0.28 195 0.12 0.68
Hex A3 B2 B7 B 3 0 1C C3 C 44
Octal 243 262 267 13 3 0 34 303 14 104
Binary 10100011 10110010 10110111 1011 11 0 11100 11000011 1100 1000100

Color Harmonies of #A3B2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B2B7

Black with #A3B2B7

Text Example


Text Example

White with #A3B2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B2B7; }

 p { color: rgb(163,178,183); }

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

background-color css

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

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

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

border-color css

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

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

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