Html Css Color HEX #A0626F Turkish Rose

📋 copy color: '#A0626F'

red 160 ◦ green 98 ◦ blue 111

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

Shades of Turkish Rose #A0626F

Tints of Turkish Rose #A0626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 43.36%
G = 26.56%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0626F (or 0xA0626F) is known color: Turkish Rose. HEX triplet: A0, 62 and 6F. RGB value is (160,98,111). Sum of RGB (Red+Green+Blue) = 160+98+111=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0626F is #5F9D90. Grayscale: #767676. Windows color (decimal): -6266257 or 7299744. OLE color: 7299744.

HSL color Cylindrical-coordinate representation of color #A0626F: hue angle of 347.42º 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 #A0626F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 111 -
CMYK 0 0.39 0.31 0.37
HSL 347.42º 0.25% 0.51% -
HSV(B) 347.42º 0.39% 0.63% -
XYZ 21.73 17.36 17.24 -
YUV 118.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 160 98 111 0 0.39 0.31 0.37 347.42 0.25 0.51
Hex A0 62 6F 0 27 1F 25 15B 19 33
Octal 240 142 157 0 47 37 45 533 31 63
Binary 10100000 1100010 1101111 0 100111 11111 100101 101011011 11001 110011

Color Harmonies of #A0626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0626F

Black with #A0626F

Text Example


Text Example

White with #A0626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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