Html Css Color HEX #A5C4BA Opal

📋 copy color: '#A5C4BA'

red 165 ◦ green 196 ◦ blue 186

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

Shades of Opal #A5C4BA

Tints of Opal #A5C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 30.16%
G = 35.83%
B = 34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#A5C4BA (or 0xA5C4BA) is known color: Opal. HEX triplet: A5, C4 and BA. RGB value is (165,196,186). Sum of RGB (Red+Green+Blue) = 165+196+186=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4BA is #5A3B45. Grayscale: #B9B9B9. Windows color (decimal): -5913414 or 12240037. OLE color: 12240037.

HSL color Cylindrical-coordinate representation of color #A5C4BA: hue angle of 160.65º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4BA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 196 186 -
CMYK 0.16 0 0.05 0.23
HSL 160.65º 0.21% 0.71% -
HSV(B) 160.65º 0.16% 0.77% -
XYZ 44.12 51.02 53.98 -
YUV 185.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 165 196 186 0.16 0 0.05 0.23 160.65 0.21 0.71
Hex A5 C4 BA 10 0 5 17 A1 15 47
Octal 245 304 272 20 0 5 27 241 25 107
Binary 10100101 11000100 10111010 10000 0 101 10111 10100001 10101 1000111

Color Harmonies of #A5C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4BA

Black with #A5C4BA

Text Example


Text Example

White with #A5C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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