#C2AF90

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

Shades of Akaroa #C2AF90

Tints of Akaroa #C2AF90

Color information

#C2AF90 (or 0xC2AF90) is unknown color: approx Akaroa. HEX triplet: C2, AF and 90. RGB value is (194,175,144). Sum of RGB (Red+Green+Blue) = 194+175+144=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF90 is #3D506F. Grayscale: #B1B1B1. Windows color (decimal): -4018288 or 9482178. OLE color: 9482178.

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

Color convert

RGB194175144-
CMYK00.100.260.24
HSL37.2º29.07%66.27%-
HSV(B)37.2º25.77%76.08%-
XYZ42.6144.1432.66-
YUV177.15109.29140.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=37.82%
G=34.11%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417514400.100.260.2437.229.0766.27
HexC2AF900A1A18251d42
Octal30225722001232304535102
Binary110000101010111110010000010101101011000100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF90; }

 p { color: rgb(194,175,144); }

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

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

 a { background-color: rgb(194,175,144); }

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

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

 span { border-color: rgb(194,175,144); }

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