Html Css Color HEX #A1676D Turkish Rose

📋 copy color: '#A1676D'

red 161 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #A1676D

Tints of Turkish Rose #A1676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 43.16%
G = 27.61%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1676D (or 0xA1676D) is known color: Turkish Rose. HEX triplet: A1, 67 and 6D. RGB value is (161,103,109). Sum of RGB (Red+Green+Blue) = 161+103+109=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1676D is #5E9892. Grayscale: #797979. Windows color (decimal): -6199443 or 7169953. OLE color: 7169953.

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

Color convert

RGB 161 103 109 -
CMYK 0 0.36 0.32 0.37
HSL 353.79º 0.24% 0.52% -
HSV(B) 353.79º 0.36% 0.63% -
XYZ 22.31 18.38 16.84 -
YUV 121.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 161 103 109 0 0.36 0.32 0.37 353.79 0.24 0.52
Hex A1 67 6D 0 24 20 25 162 18 34
Octal 241 147 155 0 44 40 45 542 30 64
Binary 10100001 1100111 1101101 0 100100 100000 100101 101100010 11000 110100

Color Harmonies of #A1676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1676D

Black with #A1676D

Text Example


Text Example

White with #A1676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1676D; }

 p { color: rgb(161,103,109); }

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

background-color css

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

 a { background-color: rgb(161,103,109); }

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

border-color css

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

 span { border-color: rgb(161,103,109); }

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