Html Css Color HEX #A9CAC5 Opal

📋 copy color: '#A9CAC5'

red 169 ◦ green 202 ◦ blue 197

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

Shades of Opal #A9CAC5

Tints of Opal #A9CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.56%

 BLUE value IS 197 (77.34% from 255) = 34.68%

R = 29.75%
G = 35.56%
B = 34.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#A9CAC5 (or 0xA9CAC5) is known color: Opal. HEX triplet: A9, CA and C5. RGB value is (169,202,197). Sum of RGB (Red+Green+Blue) = 169+202+197=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAC5 is #56353A. Grayscale: #BFBFBF. Windows color (decimal): -5649723 or 12962473. OLE color: 12962473.

HSL color Cylindrical-coordinate representation of color #A9CAC5: hue angle of 170.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CAC5 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 202 197 -
CMYK 0.16 0 0.02 0.21
HSL 170.91º 0.24% 0.73% -
HSV(B) 170.91º 0.16% 0.79% -
XYZ 47.56 54.71 60.88 -
YUV 191.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 169 202 197 0.16 0 0.02 0.21 170.91 0.24 0.73
Hex A9 CA C5 10 0 2 15 AB 18 49
Octal 251 312 305 20 0 2 25 253 30 111
Binary 10101001 11001010 11000101 10000 0 10 10101 10101011 11000 1001001

Color Harmonies of #A9CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CAC5

Black with #A9CAC5

Text Example


Text Example

White with #A9CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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