#D8A0AC

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

Shades of Kobi #D8A0AC

Tints of Kobi #D8A0AC

Color information

#D8A0AC (or 0xD8A0AC) is unknown color: approx Kobi. HEX triplet: D8, A0 and AC. RGB value is (216,160,172). Sum of RGB (Red+Green+Blue) = 216+160+172=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A0AC is #275F53. Grayscale: #B2B2B2. Windows color (decimal): -2580308 or 11313368. OLE color: 11313368.

HSL color Cylindrical-coordinate representation of color #D8A0AC: hue angle of 347.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0AC is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216160172-
CMYK00.260.200.15
HSL347.14º41.79%73.73%-
HSV(B)347.14º25.93%84.71%-
XYZ48.3442.7244.73-
YUV178.11124.55155.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=39.42%
G=29.20%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616017200.260.200.15347.1441.7973.73
HexD8A0AC01A14F15b2a4a
Octal330240254032241753352112
Binary1101100010100000101011000110101010011111010110111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0AC; }

 p { color: rgb(216,160,172); }

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

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

 a { background-color: rgb(216,160,172); }

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

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

 span { border-color: rgb(216,160,172); }

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