#C1AC8F

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

Shades of Akaroa #C1AC8F

Tints of Akaroa #C1AC8F

Color information

#C1AC8F (or 0xC1AC8F) is unknown color: approx Akaroa. HEX triplet: C1, AC and 8F. RGB value is (193,172,143). Sum of RGB (Red+Green+Blue) = 193+172+143=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC8F is #3E5370. Grayscale: #AFAFAF. Windows color (decimal): -4084593 or 9415873. OLE color: 9415873.

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

Color convert

RGB193172143-
CMYK00.110.260.24
HSL34.8º28.74%65.88%-
HSV(B)34.8º25.91%75.69%-
XYZ41.742.8332.05-
YUV174.97109.96140.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=37.99%
G=33.86%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317214300.110.260.2434.828.7465.88
HexC1AC8F0B1A18231d42
Octal30125421701332304335102
Binary110000011010110010001111010111101011000100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC8F; }

 p { color: rgb(193,172,143); }

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

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

 a { background-color: rgb(193,172,143); }

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

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

 span { border-color: rgb(193,172,143); }

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