Html Css Color HEX #A37172 Turkish Rose

📋 copy color: '#A37172'

red 163 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #A37172

Tints of Turkish Rose #A37172

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 113 (44.53% from 255) = 28.97%

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

R = 41.79%
G = 28.97%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A37172 (or 0xA37172) is known color: Turkish Rose. HEX triplet: A3, 71 and 72. RGB value is (163,113,114). Sum of RGB (Red+Green+Blue) = 163+113+114=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A37172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37172 is #5C8E8D. Grayscale: #808080. Windows color (decimal): -6065806 or 7500195. OLE color: 7500195.

HSL color Cylindrical-coordinate representation of color #A37172: hue angle of 358.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37172 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 114 -
CMYK 0 0.31 0.30 0.36
HSL 358.8º 0.21% 0.54% -
HSV(B) 358.8º 0.31% 0.64% -
XYZ 24.05 20.81 18.67 -
YUV 128.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 163 113 114 0 0.31 0.30 0.36 358.8 0.21 0.54
Hex A3 71 72 0 1F 1E 24 167 15 36
Octal 243 161 162 0 37 36 44 547 25 66
Binary 10100011 1110001 1110010 0 11111 11110 100100 101100111 10101 110110

Color Harmonies of #A37172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37172

Black with #A37172

Text Example


Text Example

White with #A37172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37172; }

 p { color: rgb(163,113,114); }

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

background-color css

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

 a { background-color: rgb(163,113,114); }

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

border-color css

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

 span { border-color: rgb(163,113,114); }

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