#A5626D

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

Shades of Turkish Rose #A5626D

Tints of Turkish Rose #A5626D

Color information

#A5626D (or 0xA5626D) is unknown color: approx Turkish Rose. HEX triplet: A5, 62 and 6D. RGB value is (165,98,109). Sum of RGB (Red+Green+Blue) = 165+98+109=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5626D is #5A9D92. Grayscale: #777777. Windows color (decimal): -5938579 or 7168677. OLE color: 7168677.

HSL color Cylindrical-coordinate representation of color #A5626D: hue angle of 350.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5626D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16598109-
CMYK00.410.340.35
HSL350.15º27.13%51.57%-
HSV(B)350.15º40.61%64.71%-
XYZ22.6517.8416.72-
YUV119.29122.2160.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=44.35%
G=26.34%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659810900.410.340.35350.1527.1351.57
HexA5626D029222315e1b34
Octal24514215505142435363364
Binary1010010111000101101101010100110001010001110101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5626D; }

 p { color: rgb(165,98,109); }

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

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

 a { background-color: rgb(165,98,109); }

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

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

 span { border-color: rgb(165,98,109); }

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