#C1AF95

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

Shades of Akaroa #C1AF95

Tints of Akaroa #C1AF95

Color information

#C1AF95 (or 0xC1AF95) is unknown color: approx Akaroa. HEX triplet: C1, AF and 95. RGB value is (193,175,149). Sum of RGB (Red+Green+Blue) = 193+175+149=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF95 is #3E506A. Grayscale: #B1B1B1. Windows color (decimal): -4083819 or 9809857. OLE color: 9809857.

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

Color convert

RGB193175149-
CMYK00.090.230.24
HSL35.45º26.19%67.06%-
HSV(B)35.45º22.8%75.69%-
XYZ42.7544.1734.71-
YUV177.42111.96139.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=37.33%
G=33.85%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317514900.090.230.2435.4526.1967.06
HexC1AF95091718231a43
Octal30125722501127304332103
Binary110000011010111110010101010011011111000100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF95; }

 p { color: rgb(193,175,149); }

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

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

 a { background-color: rgb(193,175,149); }

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

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

 span { border-color: rgb(193,175,149); }

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