#D5A1AE

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

Shades of Kobi #D5A1AE

Tints of Kobi #D5A1AE

Color information

#D5A1AE (or 0xD5A1AE) is unknown color: approx Kobi. HEX triplet: D5, A1 and AE. RGB value is (213,161,174). Sum of RGB (Red+Green+Blue) = 213+161+174=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1AE is #2A5E51. Grayscale: #B2B2B2. Windows color (decimal): -2776658 or 11444693. OLE color: 11444693.

HSL color Cylindrical-coordinate representation of color #D5A1AE: hue angle of 345º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1AE is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213161174-
CMYK00.240.180.16
HSL345º38.24%73.33%-
HSV(B)345º24.41%83.53%-
XYZ47.8342.6945.76-
YUV178.03125.73152.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=38.87%
G=29.38%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316117400.240.180.1634538.2473.33
HexD5A1AE01812101592649
Octal325241256030222053146111
Binary11010101101000011010111001100010010100001010110011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1AE; }

 p { color: rgb(213,161,174); }

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

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

 a { background-color: rgb(213,161,174); }

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

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

 span { border-color: rgb(213,161,174); }

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