Html Css Color HEX #A5BBAF Skeptic

📋 copy color: '#A5BBAF'

red 165 ◦ green 187 ◦ blue 175

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

Shades of Skeptic #A5BBAF

Tints of Skeptic #A5BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 31.31%
G = 35.48%
B = 33.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A5BBAF (or 0xA5BBAF) is known color: Skeptic. HEX triplet: A5, BB and AF. RGB value is (165,187,175). Sum of RGB (Red+Green+Blue) = 165+187+175=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBAF is #5A4450. Grayscale: #B3B3B3. Windows color (decimal): -5915729 or 11516837. OLE color: 11516837.

HSL color Cylindrical-coordinate representation of color #A5BBAF: hue angle of 147.27º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BBAF is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 175 -
CMYK 0.12 0 0.06 0.27
HSL 147.27º 0.14% 0.69% -
HSV(B) 147.27º 0.12% 0.73% -
XYZ 41.03 46.64 47.4 -
YUV 179.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 165 187 175 0.12 0 0.06 0.27 147.27 0.14 0.69
Hex A5 BB AF C 0 6 1B 93 E 45
Octal 245 273 257 14 0 6 33 223 16 105
Binary 10100101 10111011 10101111 1100 0 110 11011 10010011 1110 1000101

Color Harmonies of #A5BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBAF

Black with #A5BBAF

Text Example


Text Example

White with #A5BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBAF; }

 p { color: rgb(165,187,175); }

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

background-color css

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

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

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

border-color css

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

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

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