Html Css Color HEX #A17072 Turkish Rose

📋 copy color: '#A17072'

red 161 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #A17072

Tints of Turkish Rose #A17072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 41.6%
G = 28.94%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A17072 (or 0xA17072) is known color: Turkish Rose. HEX triplet: A1, 70 and 72. RGB value is (161,112,114). Sum of RGB (Red+Green+Blue) = 161+112+114=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A17072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17072 is #5E8F8D. Grayscale: #7E7E7E. Windows color (decimal): -6197134 or 7499937. OLE color: 7499937.

HSL color Cylindrical-coordinate representation of color #A17072: hue angle of 357.55º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17072 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 114 -
CMYK 0 0.30 0.29 0.37
HSL 357.55º 0.21% 0.54% -
HSV(B) 357.55º 0.3% 0.63% -
XYZ 23.53 20.38 18.61 -
YUV 126.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 161 112 114 0 0.30 0.29 0.37 357.55 0.21 0.54
Hex A1 70 72 0 1E 1D 25 166 15 36
Octal 241 160 162 0 36 35 45 546 25 66
Binary 10100001 1110000 1110010 0 11110 11101 100101 101100110 10101 110110

Color Harmonies of #A17072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17072

Black with #A17072

Text Example


Text Example

White with #A17072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17072; }

 p { color: rgb(161,112,114); }

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

background-color css

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

 a { background-color: rgb(161,112,114); }

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

border-color css

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

 span { border-color: rgb(161,112,114); }

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