Html Css Color HEX #A4B5B7 Casper

📋 copy color: '#A4B5B7'

red 164 ◦ green 181 ◦ blue 183

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

Shades of Casper #A4B5B7

Tints of Casper #A4B5B7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.28%

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

R = 31.06%
G = 34.28%
B = 34.66%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A4B5B7 (or 0xA4B5B7) is known color: Casper. HEX triplet: A4, B5 and B7. RGB value is (164,181,183). Sum of RGB (Red+Green+Blue) = 164+181+183=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #A4B5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B5B7 is #5B4A48. Grayscale: #B0B0B0. Windows color (decimal): -5982793 or 12039588. OLE color: 12039588.

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

Color convert

RGB 164 181 183 -
CMYK 0.10 0.01 0 0.28
HSL 186.32º 0.12% 0.68% -
HSV(B) 186.32º 0.1% 0.72% -
XYZ 40.38 44.36 51.23 -
YUV 176.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 164 181 183 0.10 0.01 0 0.28 186.32 0.12 0.68
Hex A4 B5 B7 A 1 0 1C BA C 44
Octal 244 265 267 12 1 0 34 272 14 104
Binary 10100100 10110101 10110111 1010 1 0 11100 10111010 1100 1000100

Color Harmonies of #A4B5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B5B7

Black with #A4B5B7

Text Example


Text Example

White with #A4B5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B5B7; }

 p { color: rgb(164,181,183); }

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

background-color css

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

 a { background-color: rgb(164,181,183); }

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

border-color css

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

 span { border-color: rgb(164,181,183); }

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