Html Css Color HEX #A36D7D Turkish Rose

📋 copy color: '#A36D7D'

red 163 ◦ green 109 ◦ blue 125

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

Shades of Turkish Rose #A36D7D

Tints of Turkish Rose #A36D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 41.06%
G = 27.46%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A36D7D (or 0xA36D7D) is known color: Turkish Rose. HEX triplet: A3, 6D and 7D. RGB value is (163,109,125). Sum of RGB (Red+Green+Blue) = 163+109+125=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D7D is #5C9282. Grayscale: #7E7E7E. Windows color (decimal): -6066819 or 8220067. OLE color: 8220067.

HSL color Cylindrical-coordinate representation of color #A36D7D: hue angle of 342.22º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36D7D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 109 125 -
CMYK 0 0.33 0.23 0.36
HSL 342.22º 0.23% 0.53% -
HSV(B) 342.22º 0.33% 0.64% -
XYZ 24.27 20.2 22.02 -
YUV 126.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 163 109 125 0 0.33 0.23 0.36 342.22 0.23 0.53
Hex A3 6D 7D 0 21 17 24 156 17 35
Octal 243 155 175 0 41 27 44 526 27 65
Binary 10100011 1101101 1111101 0 100001 10111 100100 101010110 10111 110101

Color Harmonies of #A36D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D7D

Black with #A36D7D

Text Example


Text Example

White with #A36D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D7D; }

 p { color: rgb(163,109,125); }

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

background-color css

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

 a { background-color: rgb(163,109,125); }

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

border-color css

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

 span { border-color: rgb(163,109,125); }

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