Html Css Color HEX #A06165 Turkish Rose

📋 copy color: '#A06165'

red 160 ◦ green 97 ◦ blue 101

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

Shades of Turkish Rose #A06165

Tints of Turkish Rose #A06165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 44.69%
G = 27.09%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A06165 (or 0xA06165) is known color: Turkish Rose. HEX triplet: A0, 61 and 65. RGB value is (160,97,101). Sum of RGB (Red+Green+Blue) = 160+97+101=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A06165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06165 is #5F9E9A. Grayscale: #747474. Windows color (decimal): -6266523 or 6644128. OLE color: 6644128.

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

Color convert

RGB 160 97 101 -
CMYK 0 0.39 0.37 0.37
HSL 356.19º 0.25% 0.5% -
HSV(B) 356.19º 0.39% 0.63% -
XYZ 21.12 16.96 14.47 -
YUV 116.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 160 97 101 0 0.39 0.37 0.37 356.19 0.25 0.5
Hex A0 61 65 0 27 25 25 164 19 32
Octal 240 141 145 0 47 45 45 544 31 62
Binary 10100000 1100001 1100101 0 100111 100101 100101 101100100 11001 110010

Color Harmonies of #A06165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06165

Black with #A06165

Text Example


Text Example

White with #A06165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06165; }

 p { color: rgb(160,97,101); }

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

background-color css

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

 a { background-color: rgb(160,97,101); }

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

border-color css

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

 span { border-color: rgb(160,97,101); }

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