#C0AA91

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

Shades of Akaroa #C0AA91

Tints of Akaroa #C0AA91

Color information

#C0AA91 (or 0xC0AA91) is unknown color: approx Akaroa. HEX triplet: C0, AA and 91. RGB value is (192,170,145). Sum of RGB (Red+Green+Blue) = 192+170+145=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA91 is #3F556E. Grayscale: #ADADAD. Windows color (decimal): -4150639 or 9546432. OLE color: 9546432.

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

Color convert

RGB192170145-
CMYK00.110.240.25
HSL31.91º27.17%66.08%-
HSV(B)31.91º24.48%75.29%-
XYZ41.224232.72-
YUV173.73111.79141.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=37.87%
G=33.53%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217014500.110.240.2531.9127.1766.08
HexC0AA910B1819201b42
Octal30025222101330314033102
Binary110000001010101010010001010111100011001100000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA91; }

 p { color: rgb(192,170,145); }

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

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

 a { background-color: rgb(192,170,145); }

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

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

 span { border-color: rgb(192,170,145); }

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