Html Css Color HEX #A5B2B5 Casper

📋 copy color: '#A5B2B5'

red 165 ◦ green 178 ◦ blue 181

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

Shades of Casper #A5B2B5

Tints of Casper #A5B2B5

RGB

 RED value IS 165 (64.84% from 255) = 31.49%

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 31.49%
G = 33.97%
B = 34.54%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A5B2B5 (or 0xA5B2B5) is known color: Casper. HEX triplet: A5, B2 and B5. RGB value is (165,178,181). Sum of RGB (Red+Green+Blue) = 165+178+181=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #A5B2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B2B5 is #5A4D4A. Grayscale: #AEAEAE. Windows color (decimal): -5918027 or 11907749. OLE color: 11907749.

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

Color convert

RGB 165 178 181 -
CMYK 0.09 0.02 0 0.29
HSL 191.25º 0.1% 0.68% -
HSV(B) 191.25º 0.09% 0.71% -
XYZ 39.78 43.18 49.95 -
YUV 174.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 165 178 181 0.09 0.02 0 0.29 191.25 0.1 0.68
Hex A5 B2 B5 9 2 0 1D BF A 44
Octal 245 262 265 11 2 0 35 277 12 104
Binary 10100101 10110010 10110101 1001 10 0 11101 10111111 1010 1000100

Color Harmonies of #A5B2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B2B5

Black with #A5B2B5

Text Example


Text Example

White with #A5B2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B2B5; }

 p { color: rgb(165,178,181); }

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

background-color css

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

 a { background-color: rgb(165,178,181); }

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

border-color css

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

 span { border-color: rgb(165,178,181); }

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