Html Css Color HEX #A5C9C1 Opal

📋 copy color: '#A5C9C1'

red 165 ◦ green 201 ◦ blue 193

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

Shades of Opal #A5C9C1

Tints of Opal #A5C9C1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.96%

 BLUE value IS 193 (75.78% from 255) = 34.53%

R = 29.52%
G = 35.96%
B = 34.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#A5C9C1 (or 0xA5C9C1) is known color: Opal. HEX triplet: A5, C9 and C1. RGB value is (165,201,193). Sum of RGB (Red+Green+Blue) = 165+201+193=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9C1 is #5A363E. Grayscale: #BDBDBD. Windows color (decimal): -5912127 or 12700069. OLE color: 12700069.

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

Color convert

RGB 165 201 193 -
CMYK 0.18 0 0.04 0.21
HSL 166.67º 0.25% 0.72% -
HSV(B) 166.67º 0.18% 0.79% -
XYZ 46.03 53.62 58.38 -
YUV 189.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 165 201 193 0.18 0 0.04 0.21 166.67 0.25 0.72
Hex A5 C9 C1 12 0 4 15 A7 19 48
Octal 245 311 301 22 0 4 25 247 31 110
Binary 10100101 11001001 11000001 10010 0 100 10101 10100111 11001 1001000

Color Harmonies of #A5C9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C9C1

Black with #A5C9C1

Text Example


Text Example

White with #A5C9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C9C1; }

 p { color: rgb(165,201,193); }

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

background-color css

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

 a { background-color: rgb(165,201,193); }

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

border-color css

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

 span { border-color: rgb(165,201,193); }

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