Html Css Color HEX #A06875 Turkish Rose

📋 copy color: '#A06875'

red 160 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #A06875

Tints of Turkish Rose #A06875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 41.99%
G = 27.3%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A06875 (or 0xA06875) is known color: Turkish Rose. HEX triplet: A0, 68 and 75. RGB value is (160,104,117). Sum of RGB (Red+Green+Blue) = 160+104+117=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06875 is #5F978A. Grayscale: #7A7A7A. Windows color (decimal): -6264715 or 7694496. OLE color: 7694496.

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

Color convert

RGB 160 104 117 -
CMYK 0 0.35 0.27 0.37
HSL 346.07º 0.23% 0.52% -
HSV(B) 346.07º 0.35% 0.63% -
XYZ 22.66 18.66 19.24 -
YUV 122.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 160 104 117 0 0.35 0.27 0.37 346.07 0.23 0.52
Hex A0 68 75 0 23 1B 25 15A 17 34
Octal 240 150 165 0 43 33 45 532 27 64
Binary 10100000 1101000 1110101 0 100011 11011 100101 101011010 10111 110100

Color Harmonies of #A06875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06875

Black with #A06875

Text Example


Text Example

White with #A06875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06875; }

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

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

background-color css

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

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

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

border-color css

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

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

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