Html Css Color HEX #A5BCAE Skeptic

📋 copy color: '#A5BCAE'

red 165 ◦ green 188 ◦ blue 174

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

Shades of Skeptic #A5BCAE

Tints of Skeptic #A5BCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 31.31%
G = 35.67%
B = 33.02%

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

#A5BCAE (or 0xA5BCAE) is known color: Skeptic. HEX triplet: A5, BC and AE. RGB value is (165,188,174). Sum of RGB (Red+Green+Blue) = 165+188+174=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAE is #5A4351. Grayscale: #B3B3B3. Windows color (decimal): -5915474 or 11451557. OLE color: 11451557.

HSL color Cylindrical-coordinate representation of color #A5BCAE: hue angle of 143.48º 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 #A5BCAE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 174 -
CMYK 0.12 0 0.07 0.26
HSL 143.48º 0.15% 0.69% -
HSV(B) 143.48º 0.12% 0.74% -
XYZ 41.14 47.02 46.95 -
YUV 179.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 165 188 174 0.12 0 0.07 0.26 143.48 0.15 0.69
Hex A5 BC AE C 0 7 1A 8F F 45
Octal 245 274 256 14 0 7 32 217 17 105
Binary 10100101 10111100 10101110 1100 0 111 11010 10001111 1111 1000101

Color Harmonies of #A5BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCAE

Black with #A5BCAE

Text Example


Text Example

White with #A5BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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