Html Css Color HEX #A5BAB4 Opal

📋 copy color: '#A5BAB4'

red 165 ◦ green 186 ◦ blue 180

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

Shades of Opal #A5BAB4

Tints of Opal #A5BAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 31.07%
G = 35.03%
B = 33.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#A5BAB4 (or 0xA5BAB4) is known color: Opal. HEX triplet: A5, BA and B4. RGB value is (165,186,180). Sum of RGB (Red+Green+Blue) = 165+186+180=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAB4 is #5A454B. Grayscale: #B3B3B3. Windows color (decimal): -5915980 or 11844261. OLE color: 11844261.

HSL color Cylindrical-coordinate representation of color #A5BAB4: hue angle of 162.86º 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 #A5BAB4 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 180 -
CMYK 0.11 0 0.03 0.27
HSL 162.86º 0.13% 0.69% -
HSV(B) 162.86º 0.11% 0.73% -
XYZ 41.31 46.41 49.96 -
YUV 179.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 165 186 180 0.11 0 0.03 0.27 162.86 0.13 0.69
Hex A5 BA B4 B 0 3 1B A3 D 45
Octal 245 272 264 13 0 3 33 243 15 105
Binary 10100101 10111010 10110100 1011 0 11 11011 10100011 1101 1000101

Color Harmonies of #A5BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAB4

Black with #A5BAB4

Text Example


Text Example

White with #A5BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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