#C1AE96

Color #C1AE96 Akaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Akaroa #C1AE96

Tints of Akaroa #C1AE96

Color information

#C1AE96 (or 0xC1AE96) is unknown color: approx Akaroa. HEX triplet: C1, AE and 96. RGB value is (193,174,150). Sum of RGB (Red+Green+Blue) = 193+174+150=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE96 is #3E5169. Grayscale: #B1B1B1. Windows color (decimal): -4084074 or 9875137. OLE color: 9875137.

HSL color Cylindrical-coordinate representation of color #C1AE96: hue angle of 33.49º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1AE96 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193174150-
CMYK00.100.220.24
HSL33.49º25.75%67.25%-
HSV(B)33.49º22.28%75.69%-
XYZ42.6343.8135.06-
YUV176.94112.79139.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=37.33%
G=33.66%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317415000.100.220.2433.4925.7567.25
HexC1AE960A1618211a43
Octal30125622601226304132103
Binary110000011010111010010110010101011011000100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE96; }

 p { color: rgb(193,174,150); }

 H1.HeaderClassName
 {
   color: #C1AE96;
 }
 .AnyTagClassName
 {
   color: #C1AE96;
 }
</style>
background-color css

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

 a { background-color: rgb(193,174,150); }

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

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

 span { border-color: rgb(193,174,150); }

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