#C5AE8D

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

Shades of Tan #C5AE8D

Tints of Tan #C5AE8D

Color information

#C5AE8D (or 0xC5AE8D) is unknown color: approx Tan. HEX triplet: C5, AE and 8D. RGB value is (197,174,141). Sum of RGB (Red+Green+Blue) = 197+174+141=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AE8D is #3A5172. Grayscale: #B1B1B1. Windows color (decimal): -3821939 or 9285317. OLE color: 9285317.

HSL color Cylindrical-coordinate representation of color #C5AE8D: hue angle of 35.36º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AE8D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197174141-
CMYK00.120.280.23
HSL35.36º32.56%66.27%-
HSV(B)35.36º28.43%77.25%-
XYZ42.9744.0731.44-
YUV177.12107.62142.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=38.48%
G=33.98%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717414100.120.280.2335.3632.5666.27
HexC5AE8D0C1C17232142
Octal30525621501434274341102
Binary1100010110101110100011010110011100101111000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE8D; }

 p { color: rgb(197,174,141); }

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

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

 a { background-color: rgb(197,174,141); }

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

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

 span { border-color: rgb(197,174,141); }

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