Html Css Color HEX #A06675 Turkish Rose

📋 copy color: '#A06675'

red 160 ◦ green 102 ◦ blue 117

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

Shades of Turkish Rose #A06675

Tints of Turkish Rose #A06675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

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

R = 42.22%
G = 26.91%
B = 30.87%

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

#A06675 (or 0xA06675) is known color: Turkish Rose. HEX triplet: A0, 66 and 75. RGB value is (160,102,117). Sum of RGB (Red+Green+Blue) = 160+102+117=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A06675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06675 is #5F998A. Grayscale: #797979. Windows color (decimal): -6265227 or 7693984. OLE color: 7693984.

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

Color convert

RGB 160 102 117 -
CMYK 0 0.36 0.27 0.37
HSL 344.48º 0.23% 0.51% -
HSV(B) 344.48º 0.36% 0.63% -
XYZ 22.46 18.26 19.17 -
YUV 121.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 160 102 117 0 0.36 0.27 0.37 344.48 0.23 0.51
Hex A0 66 75 0 24 1B 25 158 17 33
Octal 240 146 165 0 44 33 45 530 27 63
Binary 10100000 1100110 1110101 0 100100 11011 100101 101011000 10111 110011

Color Harmonies of #A06675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06675

Black with #A06675

Text Example


Text Example

White with #A06675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06675; }

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

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

background-color css

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

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

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

border-color css

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

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

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