Html Css Color HEX #A5BAB6 Opal

📋 copy color: '#A5BAB6'

red 165 ◦ green 186 ◦ blue 182

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

Shades of Opal #A5BAB6

Tints of Opal #A5BAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 30.96%
G = 34.9%
B = 34.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#A5BAB6 (or 0xA5BAB6) is known color: Opal. HEX triplet: A5, BA and B6. RGB value is (165,186,182). Sum of RGB (Red+Green+Blue) = 165+186+182=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAB6 is #5A4549. Grayscale: #B3B3B3. Windows color (decimal): -5915978 or 11975333. OLE color: 11975333.

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

Color convert

RGB 165 186 182 -
CMYK 0.11 0 0.02 0.27
HSL 168.57º 0.13% 0.69% -
HSV(B) 168.57º 0.11% 0.73% -
XYZ 41.52 46.49 51.04 -
YUV 179.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 165 186 182 0.11 0 0.02 0.27 168.57 0.13 0.69
Hex A5 BA B6 B 0 2 1B A9 D 45
Octal 245 272 266 13 0 2 33 251 15 105
Binary 10100101 10111010 10110110 1011 0 10 11011 10101001 1101 1000101

Color Harmonies of #A5BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAB6

Black with #A5BAB6

Text Example


Text Example

White with #A5BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAB6; }

 p { color: rgb(165,186,182); }

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

background-color css

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

 a { background-color: rgb(165,186,182); }

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

border-color css

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

 span { border-color: rgb(165,186,182); }

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