#C0AA90

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

Shades of Akaroa #C0AA90

Tints of Akaroa #C0AA90

Color information

#C0AA90 (or 0xC0AA90) is unknown color: approx Akaroa. HEX triplet: C0, AA and 90. RGB value is (192,170,144). Sum of RGB (Red+Green+Blue) = 192+170+144=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA90 is #3F556F. Grayscale: #ADADAD. Windows color (decimal): -4150640 or 9480896. OLE color: 9480896.

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

Color convert

RGB192170144-
CMYK00.110.250.25
HSL32.5º27.59%65.88%-
HSV(B)32.5º25%75.29%-
XYZ41.1541.9732.32-
YUV173.61111.29141.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=37.94%
G=33.60%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217014400.110.250.2532.527.5965.88
HexC0AA900B1919211c42
Octal30025222001331314134102
Binary110000001010101010010000010111100111001100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA90; }

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

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

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

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

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

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

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

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