#D2A1AE

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

Shades of Kobi #D2A1AE

Tints of Kobi #D2A1AE

Color information

#D2A1AE (or 0xD2A1AE) is unknown color: approx Kobi. HEX triplet: D2, A1 and AE. RGB value is (210,161,174). Sum of RGB (Red+Green+Blue) = 210+161+174=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A1AE is #2D5E51. Grayscale: #B1B1B1. Windows color (decimal): -2973266 or 11444690. OLE color: 11444690.

HSL color Cylindrical-coordinate representation of color #D2A1AE: hue angle of 344.08º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1AE is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210161174-
CMYK00.230.170.18
HSL344.08º35.25%72.75%-
HSV(B)344.08º23.33%82.35%-
XYZ46.9642.2545.72-
YUV177.13126.23151.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=38.53%
G=29.54%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016117400.230.170.18344.0835.2572.75
HexD2A1AE01711121582349
Octal322241256027212253043111
Binary11010010101000011010111001011110001100101010110001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A1AE; }

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

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

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

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

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

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

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

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