#D5C9AB

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

Shades of Aths Special #D5C9AB

Tints of Aths Special #D5C9AB

Color information

#D5C9AB (or 0xD5C9AB) is unknown color: approx Aths Special. HEX triplet: D5, C9 and AB. RGB value is (213,201,171). Sum of RGB (Red+Green+Blue) = 213+201+171=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C9AB is #2A3654. Grayscale: #C9C9C9. Windows color (decimal): -2766421 or 11258325. OLE color: 11258325.

HSL color Cylindrical-coordinate representation of color #D5C9AB: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C9AB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213201171-
CMYK00.060.200.16
HSL42.86º33.33%75.29%-
HSV(B)42.86º19.72%83.53%-
XYZ55.6858.8646.95-
YUV201.17110.98136.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=36.41%
G=34.36%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320117100.060.200.1642.8633.3375.29
HexD5C9AB0614102b214b
Octal3253112530624205341113
Binary110101011100100110101011011010100100001010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9AB; }

 p { color: rgb(213,201,171); }

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

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

 a { background-color: rgb(213,201,171); }

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

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

 span { border-color: rgb(213,201,171); }

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