Html Css Color HEX #AFB5B5 Casper

📋 copy color: '#AFB5B5'

red 175 ◦ green 181 ◦ blue 181

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

Shades of Casper #AFB5B5

Tints of Casper #AFB5B5

RGB

 RED value IS 175 (68.75% from 255) = 32.59%

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

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

R = 32.59%
G = 33.71%
B = 33.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFB5B5 (or 0xAFB5B5) is known color: Casper. HEX triplet: AF, B5 and B5. RGB value is (175,181,181). Sum of RGB (Red+Green+Blue) = 175+181+181=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 181 - color contains mainly: green, blue. Hex color #AFB5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5B5 is #504A4A. Grayscale: #B3B3B3. Windows color (decimal): -5261899 or 11908527. OLE color: 11908527.

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

Color convert

RGB 175 181 181 -
CMYK 0.03 0 0 0.29
HSL 180º 0.04% 0.7% -
HSV(B) 180º 0.03% 0.71% -
XYZ 42.54 45.5 50.26 -
YUV 179.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 175 181 181 0.03 0 0 0.29 180 0.04 0.7
Hex AF B5 B5 3 0 0 1D B4 4 46
Octal 257 265 265 3 0 0 35 264 4 106
Binary 10101111 10110101 10110101 11 0 0 11101 10110100 100 1000110

Color Harmonies of #AFB5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5B5

Black with #AFB5B5

Text Example


Text Example

White with #AFB5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5B5; }

 p { color: rgb(175,181,181); }

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

background-color css

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

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

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

border-color css

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

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

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