#C2AD91

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

Shades of Akaroa #C2AD91

Tints of Akaroa #C2AD91

Color information

#C2AD91 (or 0xC2AD91) is unknown color: approx Akaroa. HEX triplet: C2, AD and 91. RGB value is (194,173,145). Sum of RGB (Red+Green+Blue) = 194+173+145=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD91 is #3D526E. Grayscale: #B0B0B0. Windows color (decimal): -4018799 or 9547202. OLE color: 9547202.

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

Color convert

RGB194173145-
CMYK00.110.250.24
HSL34.29º28.65%66.47%-
HSV(B)34.29º25.26%76.08%-
XYZ42.343.432.94-
YUV176.09110.46140.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=37.89%
G=33.79%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417314500.110.250.2434.2928.6566.47
HexC2AD910B1918221d42
Octal30225522101331304235102
Binary110000101010110110010001010111100111000100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD91; }

 p { color: rgb(194,173,145); }

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

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

 a { background-color: rgb(194,173,145); }

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

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

 span { border-color: rgb(194,173,145); }

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