Html Css Color HEX #A1696D Turkish Rose

📋 copy color: '#A1696D'

red 161 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #A1696D

Tints of Turkish Rose #A1696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 42.93%
G = 28%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1696D (or 0xA1696D) is known color: Turkish Rose. HEX triplet: A1, 69 and 6D. RGB value is (161,105,109). Sum of RGB (Red+Green+Blue) = 161+105+109=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1696D is #5E9692. Grayscale: #7A7A7A. Windows color (decimal): -6198931 or 7170465. OLE color: 7170465.

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

Color convert

RGB 161 105 109 -
CMYK 0 0.35 0.32 0.37
HSL 355.71º 0.23% 0.52% -
HSV(B) 355.71º 0.35% 0.63% -
XYZ 22.51 18.78 16.91 -
YUV 122.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 161 105 109 0 0.35 0.32 0.37 355.71 0.23 0.52
Hex A1 69 6D 0 23 20 25 164 17 34
Octal 241 151 155 0 43 40 45 544 27 64
Binary 10100001 1101001 1101101 0 100011 100000 100101 101100100 10111 110100

Color Harmonies of #A1696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1696D

Black with #A1696D

Text Example


Text Example

White with #A1696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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