Html Css Color HEX #A06878 Turkish Rose

📋 copy color: '#A06878'

red 160 ◦ green 104 ◦ blue 120

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

Shades of Turkish Rose #A06878

Tints of Turkish Rose #A06878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 41.67%
G = 27.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A06878 (or 0xA06878) is known color: Turkish Rose. HEX triplet: A0, 68 and 78. RGB value is (160,104,120). Sum of RGB (Red+Green+Blue) = 160+104+120=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A06878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06878 is #5F9787. Grayscale: #7A7A7A. Windows color (decimal): -6264712 or 7891104. OLE color: 7891104.

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

Color convert

RGB 160 104 120 -
CMYK 0 0.35 0.25 0.37
HSL 342.86º 0.23% 0.52% -
HSV(B) 342.86º 0.35% 0.63% -
XYZ 22.84 18.73 20.18 -
YUV 122.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 160 104 120 0 0.35 0.25 0.37 342.86 0.23 0.52
Hex A0 68 78 0 23 19 25 157 17 34
Octal 240 150 170 0 43 31 45 527 27 64
Binary 10100000 1101000 1111000 0 100011 11001 100101 101010111 10111 110100

Color Harmonies of #A06878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06878

Black with #A06878

Text Example


Text Example

White with #A06878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06878; }

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

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

background-color css

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

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

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

border-color css

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

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

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