Html Css Color HEX #A1626D Turkish Rose

📋 copy color: '#A1626D'

red 161 ◦ green 98 ◦ blue 109

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

Shades of Turkish Rose #A1626D

Tints of Turkish Rose #A1626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

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

R = 43.75%
G = 26.63%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1626D (or 0xA1626D) is known color: Turkish Rose. HEX triplet: A1, 62 and 6D. RGB value is (161,98,109). Sum of RGB (Red+Green+Blue) = 161+98+109=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626D is #5E9D92. Grayscale: #767676. Windows color (decimal): -6200723 or 7168673. OLE color: 7168673.

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

Color convert

RGB 161 98 109 -
CMYK 0 0.39 0.32 0.37
HSL 349.52º 0.25% 0.51% -
HSV(B) 349.52º 0.39% 0.63% -
XYZ 21.83 17.42 16.68 -
YUV 118.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 161 98 109 0 0.39 0.32 0.37 349.52 0.25 0.51
Hex A1 62 6D 0 27 20 25 15E 19 33
Octal 241 142 155 0 47 40 45 536 31 63
Binary 10100001 1100010 1101101 0 100111 100000 100101 101011110 11001 110011

Color Harmonies of #A1626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1626D

Black with #A1626D

Text Example


Text Example

White with #A1626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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