Html Css Color HEX #A06678 Turkish Rose

📋 copy color: '#A06678'

red 160 ◦ green 102 ◦ blue 120

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

Shades of Turkish Rose #A06678

Tints of Turkish Rose #A06678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 41.88%
G = 26.7%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A06678 (or 0xA06678) is known color: Turkish Rose. HEX triplet: A0, 66 and 78. RGB value is (160,102,120). Sum of RGB (Red+Green+Blue) = 160+102+120=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A06678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06678 is #5F9987. Grayscale: #797979. Windows color (decimal): -6265224 or 7890592. OLE color: 7890592.

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

Color convert

RGB 160 102 120 -
CMYK 0 0.36 0.25 0.37
HSL 341.38º 0.23% 0.51% -
HSV(B) 341.38º 0.36% 0.63% -
XYZ 22.64 18.33 20.11 -
YUV 121.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 160 102 120 0 0.36 0.25 0.37 341.38 0.23 0.51
Hex A0 66 78 0 24 19 25 155 17 33
Octal 240 146 170 0 44 31 45 525 27 63
Binary 10100000 1100110 1111000 0 100100 11001 100101 101010101 10111 110011

Color Harmonies of #A06678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06678

Black with #A06678

Text Example


Text Example

White with #A06678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06678; }

 p { color: rgb(160,102,120); }

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

background-color css

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

 a { background-color: rgb(160,102,120); }

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

border-color css

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

 span { border-color: rgb(160,102,120); }

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