Html Css Color HEX #A1CAC4 Opal

📋 copy color: '#A1CAC4'

red 161 ◦ green 202 ◦ blue 196

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

Shades of Opal #A1CAC4

Tints of Opal #A1CAC4

RGB

 RED value IS 161 (63.28% from 255) = 28.8%

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

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 28.8%
G = 36.14%
B = 35.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#A1CAC4 (or 0xA1CAC4) is known color: Opal. HEX triplet: A1, CA and C4. RGB value is (161,202,196). Sum of RGB (Red+Green+Blue) = 161+202+196=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC4 is #5E353B. Grayscale: #BDBDBD. Windows color (decimal): -6174012 or 12896929. OLE color: 12896929.

HSL color Cylindrical-coordinate representation of color #A1CAC4: hue angle of 171.22º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CAC4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 196 -
CMYK 0.20 0 0.03 0.21
HSL 171.22º 0.28% 0.71% -
HSV(B) 171.22º 0.2% 0.79% -
XYZ 45.78 53.8 60.2 -
YUV 189.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 161 202 196 0.20 0 0.03 0.21 171.22 0.28 0.71
Hex A1 CA C4 14 0 3 15 AB 1C 47
Octal 241 312 304 24 0 3 25 253 34 107
Binary 10100001 11001010 11000100 10100 0 11 10101 10101011 11100 1000111

Color Harmonies of #A1CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAC4

Black with #A1CAC4

Text Example


Text Example

White with #A1CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAC4; }

 p { color: rgb(161,202,196); }

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

background-color css

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

 a { background-color: rgb(161,202,196); }

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

border-color css

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

 span { border-color: rgb(161,202,196); }

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