Html Css Color HEX #A5BCAF Skeptic

📋 copy color: '#A5BCAF'

red 165 ◦ green 188 ◦ blue 175

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

Shades of Skeptic #A5BCAF

Tints of Skeptic #A5BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

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

R = 31.25%
G = 35.61%
B = 33.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A5BCAF (or 0xA5BCAF) is known color: Skeptic. HEX triplet: A5, BC and AF. RGB value is (165,188,175). Sum of RGB (Red+Green+Blue) = 165+188+175=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAF is #5A4350. Grayscale: #B3B3B3. Windows color (decimal): -5915473 or 11517093. OLE color: 11517093.

HSL color Cylindrical-coordinate representation of color #A5BCAF: hue angle of 146.09º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BCAF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 175 -
CMYK 0.12 0 0.07 0.26
HSL 146.09º 0.15% 0.69% -
HSV(B) 146.09º 0.12% 0.74% -
XYZ 41.24 47.06 47.47 -
YUV 179.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 165 188 175 0.12 0 0.07 0.26 146.09 0.15 0.69
Hex A5 BC AF C 0 7 1A 92 F 45
Octal 245 274 257 14 0 7 32 222 17 105
Binary 10100101 10111100 10101111 1100 0 111 11010 10010010 1111 1000101

Color Harmonies of #A5BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCAF

Black with #A5BCAF

Text Example


Text Example

White with #A5BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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