Html Css Color HEX #A9C5B9 Opal

📋 copy color: '#A9C5B9'

red 169 ◦ green 197 ◦ blue 185

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

Shades of Opal #A9C5B9

Tints of Opal #A9C5B9

RGB

 RED value IS 169 (66.41% from 255) = 30.67%

 GREEN value IS 197 (77.34% from 255) = 35.75%

 BLUE value IS 185 (72.66% from 255) = 33.58%

R = 30.67%
G = 35.75%
B = 33.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#A9C5B9 (or 0xA9C5B9) is known color: Opal. HEX triplet: A9, C5 and B9. RGB value is (169,197,185). Sum of RGB (Red+Green+Blue) = 169+197+185=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5B9 is #563A46. Grayscale: #BBBBBB. Windows color (decimal): -5651015 or 12174761. OLE color: 12174761.

HSL color Cylindrical-coordinate representation of color #A9C5B9: hue angle of 154.29º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C5B9 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 197 185 -
CMYK 0.14 0 0.06 0.23
HSL 154.29º 0.19% 0.72% -
HSV(B) 154.29º 0.14% 0.77% -
XYZ 45.09 51.87 53.53 -
YUV 187.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 169 197 185 0.14 0 0.06 0.23 154.29 0.19 0.72
Hex A9 C5 B9 E 0 6 17 9A 13 48
Octal 251 305 271 16 0 6 27 232 23 110
Binary 10101001 11000101 10111001 1110 0 110 10111 10011010 10011 1001000

Color Harmonies of #A9C5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C5B9

Black with #A9C5B9

Text Example


Text Example

White with #A9C5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C5B9; }

 p { color: rgb(169,197,185); }

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

background-color css

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

 a { background-color: rgb(169,197,185); }

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

border-color css

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

 span { border-color: rgb(169,197,185); }

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