Html Css Color HEX #A06775 Turkish Rose

📋 copy color: '#A06775'

red 160 ◦ green 103 ◦ blue 117

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

Shades of Turkish Rose #A06775

Tints of Turkish Rose #A06775

RGB

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

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

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

R = 42.11%
G = 27.11%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A06775 (or 0xA06775) is known color: Turkish Rose. HEX triplet: A0, 67 and 75. RGB value is (160,103,117). Sum of RGB (Red+Green+Blue) = 160+103+117=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06775 is #5F988A. Grayscale: #797979. Windows color (decimal): -6264971 or 7694240. OLE color: 7694240.

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

Color convert

RGB 160 103 117 -
CMYK 0 0.36 0.27 0.37
HSL 345.26º 0.23% 0.52% -
HSV(B) 345.26º 0.36% 0.63% -
XYZ 22.56 18.46 19.2 -
YUV 121.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 160 103 117 0 0.36 0.27 0.37 345.26 0.23 0.52
Hex A0 67 75 0 24 1B 25 159 17 34
Octal 240 147 165 0 44 33 45 531 27 64
Binary 10100000 1100111 1110101 0 100100 11011 100101 101011001 10111 110100

Color Harmonies of #A06775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06775

Black with #A06775

Text Example


Text Example

White with #A06775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06775; }

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

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

background-color css

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

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

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

border-color css

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

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

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