Html Css Color HEX #A4CCC3 Opal

📋 copy color: '#A4CCC3'

red 164 ◦ green 204 ◦ blue 195

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

Shades of Opal #A4CCC3

Tints of Opal #A4CCC3

RGB

 RED value IS 164 (64.45% from 255) = 29.13%

 GREEN value IS 204 (80.08% from 255) = 36.23%

 BLUE value IS 195 (76.56% from 255) = 34.64%

R = 29.13%
G = 36.23%
B = 34.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#A4CCC3 (or 0xA4CCC3) is known color: Opal. HEX triplet: A4, CC and C3. RGB value is (164,204,195). Sum of RGB (Red+Green+Blue) = 164+204+195=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCC3 is #5B333C. Grayscale: #BFBFBF. Windows color (decimal): -5976893 or 12831908. OLE color: 12831908.

HSL color Cylindrical-coordinate representation of color #A4CCC3: hue angle of 166.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CCC3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 195 -
CMYK 0.20 0 0.04 0.2
HSL 166.5º 0.28% 0.72% -
HSV(B) 166.5º 0.2% 0.8% -
XYZ 46.75 55.02 59.79 -
YUV 191.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 164 204 195 0.20 0 0.04 0.2 166.5 0.28 0.72
Hex A4 CC C3 14 0 4 14 A6 1C 48
Octal 244 314 303 24 0 4 24 246 34 110
Binary 10100100 11001100 11000011 10100 0 100 10100 10100110 11100 1001000

Color Harmonies of #A4CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CCC3

Black with #A4CCC3

Text Example


Text Example

White with #A4CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CCC3; }

 p { color: rgb(164,204,195); }

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

background-color css

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

 a { background-color: rgb(164,204,195); }

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

border-color css

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

 span { border-color: rgb(164,204,195); }

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