Html Css Color HEX #A06876 Turkish Rose

📋 copy color: '#A06876'

red 160 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #A06876

Tints of Turkish Rose #A06876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 41.88%
G = 27.23%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A06876 (or 0xA06876) is known color: Turkish Rose. HEX triplet: A0, 68 and 76. RGB value is (160,104,118). Sum of RGB (Red+Green+Blue) = 160+104+118=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A06876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06876 is #5F9789. Grayscale: #7A7A7A. Windows color (decimal): -6264714 or 7760032. OLE color: 7760032.

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

Color convert

RGB 160 104 118 -
CMYK 0 0.35 0.26 0.37
HSL 345º 0.23% 0.52% -
HSV(B) 345º 0.35% 0.63% -
XYZ 22.72 18.68 19.55 -
YUV 122.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 160 104 118 0 0.35 0.26 0.37 345 0.23 0.52
Hex A0 68 76 0 23 1A 25 159 17 34
Octal 240 150 166 0 43 32 45 531 27 64
Binary 10100000 1101000 1110110 0 100011 11010 100101 101011001 10111 110100

Color Harmonies of #A06876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06876

Black with #A06876

Text Example


Text Example

White with #A06876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06876; }

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

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

background-color css

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

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

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

border-color css

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

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

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