Html Css Color HEX #A7B5B6 Casper

📋 copy color: '#A7B5B6'

red 167 ◦ green 181 ◦ blue 182

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

Shades of Casper #A7B5B6

Tints of Casper #A7B5B6

RGB

 RED value IS 167 (65.63% from 255) = 31.51%

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

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 31.51%
G = 34.15%
B = 34.34%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A7B5B6 (or 0xA7B5B6) is known color: Casper. HEX triplet: A7, B5 and B6. RGB value is (167,181,182). Sum of RGB (Red+Green+Blue) = 167+181+182=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 182 - color contains mainly: blue. Hex color #A7B5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5B6 is #584A49. Grayscale: #B0B0B0. Windows color (decimal): -5786186 or 11974055. OLE color: 11974055.

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

Color convert

RGB 167 181 182 -
CMYK 0.08 0.01 0 0.29
HSL 184º 0.09% 0.68% -
HSV(B) 184º 0.08% 0.71% -
XYZ 40.9 44.64 50.72 -
YUV 176.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 167 181 182 0.08 0.01 0 0.29 184 0.09 0.68
Hex A7 B5 B6 8 1 0 1D B8 9 44
Octal 247 265 266 10 1 0 35 270 11 104
Binary 10100111 10110101 10110110 1000 1 0 11101 10111000 1001 1000100

Color Harmonies of #A7B5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B5B6

Black with #A7B5B6

Text Example


Text Example

White with #A7B5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B5B6; }

 p { color: rgb(167,181,182); }

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

background-color css

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

 a { background-color: rgb(167,181,182); }

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

border-color css

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

 span { border-color: rgb(167,181,182); }

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