Html Css Color HEX #A1626F Turkish Rose

📋 copy color: '#A1626F'

red 161 ◦ green 98 ◦ blue 111

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

Shades of Turkish Rose #A1626F

Tints of Turkish Rose #A1626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 43.51%
G = 26.49%
B = 30%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1626F (or 0xA1626F) is known color: Turkish Rose. HEX triplet: A1, 62 and 6F. RGB value is (161,98,111). Sum of RGB (Red+Green+Blue) = 161+98+111=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1626F is #5E9D90. Grayscale: #767676. Windows color (decimal): -6200721 or 7299745. OLE color: 7299745.

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

Color convert

RGB 161 98 111 -
CMYK 0 0.39 0.31 0.37
HSL 347.62º 0.25% 0.51% -
HSV(B) 347.62º 0.39% 0.63% -
XYZ 21.93 17.46 17.25 -
YUV 118.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 161 98 111 0 0.39 0.31 0.37 347.62 0.25 0.51
Hex A1 62 6F 0 27 1F 25 15C 19 33
Octal 241 142 157 0 47 37 45 534 31 63
Binary 10100001 1100010 1101111 0 100111 11111 100101 101011100 11001 110011

Color Harmonies of #A1626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1626F

Black with #A1626F

Text Example


Text Example

White with #A1626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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