#D8A1AC

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

Shades of Kobi #D8A1AC

Tints of Kobi #D8A1AC

Color information

#D8A1AC (or 0xD8A1AC) is unknown color: approx Kobi. HEX triplet: D8, A1 and AC. RGB value is (216,161,172). Sum of RGB (Red+Green+Blue) = 216+161+172=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1AC is #275E53. Grayscale: #B2B2B2. Windows color (decimal): -2580052 or 11313624. OLE color: 11313624.

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

Color convert

RGB216161172-
CMYK00.250.200.15
HSL348º41.35%73.92%-
HSV(B)348º25.46%84.71%-
XYZ48.5143.0744.79-
YUV178.7124.22154.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=39.34%
G=29.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616117200.250.200.1534841.3573.92
HexD8A1AC01914F15c294a
Octal330241254031241753451112
Binary1101100010100001101011000110011010011111010111001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1AC; }

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

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

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

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

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

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

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

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