#C1AC92

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

Shades of Akaroa #C1AC92

Tints of Akaroa #C1AC92

Color information

#C1AC92 (or 0xC1AC92) is unknown color: approx Akaroa. HEX triplet: C1, AC and 92. RGB value is (193,172,146). Sum of RGB (Red+Green+Blue) = 193+172+146=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC92 is #3E536D. Grayscale: #AFAFAF. Windows color (decimal): -4084590 or 9612481. OLE color: 9612481.

HSL color Cylindrical-coordinate representation of color #C1AC92: hue angle of 33.19º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AC92 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB193172146-
CMYK00.110.240.24
HSL33.19º27.49%66.47%-
HSV(B)33.19º24.35%75.69%-
XYZ41.9342.9233.27-
YUV175.32111.46140.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=37.77%
G=33.66%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317214600.110.240.2433.1927.4966.47
HexC1AC920B1818211b42
Octal30125422201330304133102
Binary110000011010110010010010010111100011000100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC92; }

 p { color: rgb(193,172,146); }

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

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

 a { background-color: rgb(193,172,146); }

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

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

 span { border-color: rgb(193,172,146); }

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