Html Css Color HEX #A06574 Turkish Rose

📋 copy color: '#A06574'

red 160 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #A06574

Tints of Turkish Rose #A06574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 42.44%
G = 26.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A06574 (or 0xA06574) is known color: Turkish Rose. HEX triplet: A0, 65 and 74. RGB value is (160,101,116). Sum of RGB (Red+Green+Blue) = 160+101+116=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06574 is #5F9A8B. Grayscale: #787878. Windows color (decimal): -6265484 or 7628192. OLE color: 7628192.

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

Color convert

RGB 160 101 116 -
CMYK 0 0.37 0.28 0.37
HSL 344.75º 0.24% 0.51% -
HSV(B) 344.75º 0.37% 0.63% -
XYZ 22.3 18.04 18.83 -
YUV 120.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 160 101 116 0 0.37 0.28 0.37 344.75 0.24 0.51
Hex A0 65 74 0 25 1C 25 159 18 33
Octal 240 145 164 0 45 34 45 531 30 63
Binary 10100000 1100101 1110100 0 100101 11100 100101 101011001 11000 110011

Color Harmonies of #A06574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06574

Black with #A06574

Text Example


Text Example

White with #A06574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06574; }

 p { color: rgb(160,101,116); }

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

background-color css

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

 a { background-color: rgb(160,101,116); }

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

border-color css

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

 span { border-color: rgb(160,101,116); }

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