#C0AF92

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

Shades of Akaroa #C0AF92

Tints of Akaroa #C0AF92

Color information

#C0AF92 (or 0xC0AF92) is unknown color: approx Akaroa. HEX triplet: C0, AF and 92. RGB value is (192,175,146). Sum of RGB (Red+Green+Blue) = 192+175+146=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF92 is #3F506D. Grayscale: #B0B0B0. Windows color (decimal): -4149358 or 9613248. OLE color: 9613248.

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

Color convert

RGB192175146-
CMYK00.090.240.25
HSL37.83º26.74%66.27%-
HSV(B)37.83º23.96%75.29%-
XYZ42.2643.9433.45-
YUV176.78110.63138.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=37.43%
G=34.11%
B=28.46%

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
Decimal19217514600.090.240.2537.8326.7466.27
HexC0AF92091819261b42
Octal30025722201130314633102
Binary110000001010111110010010010011100011001100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF92; }

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

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

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

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

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

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

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

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