Html Css Color HEX #A06778 Turkish Rose

📋 copy color: '#A06778'

red 160 ◦ green 103 ◦ blue 120

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

Shades of Turkish Rose #A06778

Tints of Turkish Rose #A06778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

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

R = 41.78%
G = 26.89%
B = 31.33%

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

#A06778 (or 0xA06778) is known color: Turkish Rose. HEX triplet: A0, 67 and 78. RGB value is (160,103,120). Sum of RGB (Red+Green+Blue) = 160+103+120=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A06778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06778 is #5F9887. Grayscale: #797979. Windows color (decimal): -6264968 or 7890848. OLE color: 7890848.

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

Color convert

RGB 160 103 120 -
CMYK 0 0.36 0.25 0.37
HSL 342.11º 0.23% 0.52% -
HSV(B) 342.11º 0.36% 0.63% -
XYZ 22.74 18.53 20.15 -
YUV 121.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 160 103 120 0 0.36 0.25 0.37 342.11 0.23 0.52
Hex A0 67 78 0 24 19 25 156 17 34
Octal 240 147 170 0 44 31 45 526 27 64
Binary 10100000 1100111 1111000 0 100100 11001 100101 101010110 10111 110100

Color Harmonies of #A06778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06778

Black with #A06778

Text Example


Text Example

White with #A06778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06778; }

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

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

background-color css

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

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

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

border-color css

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

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

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