#C0AE92

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

Shades of Akaroa #C0AE92

Tints of Akaroa #C0AE92

Color information

#C0AE92 (or 0xC0AE92) is unknown color: approx Akaroa. HEX triplet: C0, AE and 92. RGB value is (192,174,146). Sum of RGB (Red+Green+Blue) = 192+174+146=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE92 is #3F516D. Grayscale: #B0B0B0. Windows color (decimal): -4149614 or 9612992. OLE color: 9612992.

HSL color Cylindrical-coordinate representation of color #C0AE92: hue angle of 36.52º 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 #C0AE92 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192174146-
CMYK00.090.240.25
HSL36.52º26.74%66.27%-
HSV(B)36.52º23.96%75.29%-
XYZ42.0643.5533.38-
YUV176.19110.96139.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=37.5%
G=33.98%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217414600.090.240.2536.5226.7466.27
HexC0AE92091819251b42
Octal30025622201130314533102
Binary110000001010111010010010010011100011001100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE92; }

 p { color: rgb(192,174,146); }

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

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

 a { background-color: rgb(192,174,146); }

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

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

 span { border-color: rgb(192,174,146); }

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