Html Css Color HEX #A16063 Turkish Rose

📋 copy color: '#A16063'

red 161 ◦ green 96 ◦ blue 99

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

Shades of Turkish Rose #A16063

Tints of Turkish Rose #A16063

RGB

 RED value IS 161 (63.28% from 255) = 45.22%

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 45.22%
G = 26.97%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16063 (or 0xA16063) is known color: Turkish Rose. HEX triplet: A1, 60 and 63. RGB value is (161,96,99). Sum of RGB (Red+Green+Blue) = 161+96+99=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A16063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16063 is #5E9F9C. Grayscale: #737373. Windows color (decimal): -6201245 or 6512801. OLE color: 6512801.

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

Color convert

RGB 161 96 99 -
CMYK 0 0.40 0.39 0.37
HSL 357.23º 0.26% 0.5% -
HSV(B) 357.23º 0.4% 0.63% -
XYZ 21.13 16.84 13.94 -
YUV 115.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 161 96 99 0 0.40 0.39 0.37 357.23 0.26 0.5
Hex A1 60 63 0 28 27 25 165 1A 32
Octal 241 140 143 0 50 47 45 545 32 62
Binary 10100001 1100000 1100011 0 101000 100111 100101 101100101 11010 110010

Color Harmonies of #A16063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16063

Black with #A16063

Text Example


Text Example

White with #A16063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16063; }

 p { color: rgb(161,96,99); }

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

background-color css

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

 a { background-color: rgb(161,96,99); }

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

border-color css

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

 span { border-color: rgb(161,96,99); }

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