Html Css Color HEX #A0626D Turkish Rose

📋 copy color: '#A0626D'

red 160 ◦ green 98 ◦ blue 109

#A0626D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #A0626D

Tints of Turkish Rose #A0626D

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 98 (38.67% from 255) = 26.7%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 43.6%
G = 26.7%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0626D (or 0xA0626D) is known color: Turkish Rose. HEX triplet: A0, 62 and 6D. RGB value is (160,98,109). Sum of RGB (Red+Green+Blue) = 160+98+109=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0626D is #5F9D92. Grayscale: #757575. Windows color (decimal): -6266259 or 7168672. OLE color: 7168672.

HSL color Cylindrical-coordinate representation of color #A0626D: hue angle of 349.35º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0626D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 109 -
CMYK 0 0.39 0.32 0.37
HSL 349.35º 0.25% 0.51% -
HSV(B) 349.35º 0.39% 0.63% -
XYZ 21.63 17.31 16.67 -
YUV 117.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 160 98 109 0 0.39 0.32 0.37 349.35 0.25 0.51
Hex A0 62 6D 0 27 20 25 15D 19 33
Octal 240 142 155 0 47 40 45 535 31 63
Binary 10100000 1100010 1101101 0 100111 100000 100101 101011101 11001 110011

Color Harmonies of #A0626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0626D

Black with #A0626D

Text Example


Text Example

White with #A0626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0626D; }

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

 H1.HeaderClassName
 {
   color: #A0626D;
 }
 .AnyTagClassName
 {
   color: #A0626D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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