#D5A2AE

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

Shades of Kobi #D5A2AE

Tints of Kobi #D5A2AE

Color information

#D5A2AE (or 0xD5A2AE) is unknown color: approx Kobi. HEX triplet: D5, A2 and AE. RGB value is (213,162,174). Sum of RGB (Red+Green+Blue) = 213+162+174=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A2AE is #2A5D51. Grayscale: #B2B2B2. Windows color (decimal): -2776402 or 11444949. OLE color: 11444949.

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

Color convert

RGB213162174-
CMYK00.240.180.16
HSL345.88º37.78%73.53%-
HSV(B)345.88º23.94%83.53%-
XYZ4843.0445.82-
YUV178.62125.4152.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=38.80%
G=29.51%
B=31.69%

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
Decimal21316217400.240.180.16345.8837.7873.53
HexD5A2AE018121015a264a
Octal325242256030222053246112
Binary11010101101000101010111001100010010100001010110101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2AE; }

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

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

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

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

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

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

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

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