#D5A69A

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

Shades of Rose #D5A69A

Tints of Rose #D5A69A

Color information

#D5A69A (or 0xD5A69A) is unknown color: approx Rose. HEX triplet: D5, A6 and 9A. RGB value is (213,166,154). Sum of RGB (Red+Green+Blue) = 213+166+154=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A69A is #2A5965. Grayscale: #B2B2B2. Windows color (decimal): -2775398 or 10135253. OLE color: 10135253.

HSL color Cylindrical-coordinate representation of color #D5A69A: hue angle of 12.2º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5A69A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213166154-
CMYK00.220.280.16
HSL12.2º41.26%71.96%-
HSV(B)12.2º27.7%83.53%-
XYZ46.9143.7536.54-
YUV178.68114.07152.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=39.96%
G=31.14%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316615400.220.280.1612.241.2671.96
HexD5A69A0161C10c2948
Octal32524623202634201451110
Binary110101011010011010011010010110111001000011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A69A; }

 p { color: rgb(213,166,154); }

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

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

 a { background-color: rgb(213,166,154); }

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

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

 span { border-color: rgb(213,166,154); }

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