#D5A28A

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

Shades of Rose #D5A28A

Tints of Rose #D5A28A

Color information

#D5A28A (or 0xD5A28A) is unknown color: approx Rose. HEX triplet: D5, A2 and 8A. RGB value is (213,162,138). Sum of RGB (Red+Green+Blue) = 213+162+138=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28A is #2A5D75. Grayscale: #AEAEAE. Windows color (decimal): -2776438 or 9085653. OLE color: 9085653.

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

Color convert

RGB213162138-
CMYK00.240.350.16
HSL19.2º47.17%68.82%-
HSV(B)19.2º35.21%83.53%-
XYZ44.9541.8229.75-
YUV174.51107.4155.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 162 (63.67% from 255) = 31.58%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=41.52%
G=31.58%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316213800.240.350.1619.247.1768.82
HexD5A28A0182310132f45
Octal32524221203043202357105
Binary11010101101000101000101001100010001110000100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A28A; }

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

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

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

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

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

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

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

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