Html Css Color HEX #A3CAB9 Opal

📋 copy color: '#A3CAB9'

red 163 ◦ green 202 ◦ blue 185

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

Shades of Opal #A3CAB9

Tints of Opal #A3CAB9

RGB

 RED value IS 163 (64.06% from 255) = 29.64%

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

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

R = 29.64%
G = 36.73%
B = 33.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#A3CAB9 (or 0xA3CAB9) is known color: Opal. HEX triplet: A3, CA and B9. RGB value is (163,202,185). Sum of RGB (Red+Green+Blue) = 163+202+185=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAB9 is #5C3546. Grayscale: #BCBCBC. Windows color (decimal): -6042951 or 12176035. OLE color: 12176035.

HSL color Cylindrical-coordinate representation of color #A3CAB9: hue angle of 153.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAB9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 202 185 -
CMYK 0.19 0 0.08 0.21
HSL 153.85º 0.27% 0.72% -
HSV(B) 153.85º 0.19% 0.79% -
XYZ 44.98 53.53 53.86 -
YUV 188.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 163 202 185 0.19 0 0.08 0.21 153.85 0.27 0.72
Hex A3 CA B9 13 0 8 15 9A 1B 48
Octal 243 312 271 23 0 10 25 232 33 110
Binary 10100011 11001010 10111001 10011 0 1000 10101 10011010 11011 1001000

Color Harmonies of #A3CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAB9

Black with #A3CAB9

Text Example


Text Example

White with #A3CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAB9; }

 p { color: rgb(163,202,185); }

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

background-color css

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

 a { background-color: rgb(163,202,185); }

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

border-color css

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

 span { border-color: rgb(163,202,185); }

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