Html Css Color HEX #A16064 Turkish Rose

📋 copy color: '#A16064'

red 161 ◦ green 96 ◦ blue 100

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

Shades of Turkish Rose #A16064

Tints of Turkish Rose #A16064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 45.1%
G = 26.89%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A16064 (or 0xA16064) is known color: Turkish Rose. HEX triplet: A1, 60 and 64. RGB value is (161,96,100). Sum of RGB (Red+Green+Blue) = 161+96+100=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16064 is #5E9F9B. Grayscale: #737373. Windows color (decimal): -6201244 or 6578337. OLE color: 6578337.

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

Color convert

RGB 161 96 100 -
CMYK 0 0.40 0.38 0.37
HSL 356.31º 0.26% 0.5% -
HSV(B) 356.31º 0.4% 0.63% -
XYZ 21.18 16.86 14.2 -
YUV 115.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 161 96 100 0 0.40 0.38 0.37 356.31 0.26 0.5
Hex A1 60 64 0 28 26 25 164 1A 32
Octal 241 140 144 0 50 46 45 544 32 62
Binary 10100001 1100000 1100100 0 101000 100110 100101 101100100 11010 110010

Color Harmonies of #A16064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16064

Black with #A16064

Text Example


Text Example

White with #A16064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16064; }

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

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

background-color css

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

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

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

border-color css

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

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

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