Html Css Color HEX #A36D6E Turkish Rose

📋 copy color: '#A36D6E'

red 163 ◦ green 109 ◦ blue 110

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

Shades of Turkish Rose #A36D6E

Tints of Turkish Rose #A36D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 42.67%
G = 28.53%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A36D6E (or 0xA36D6E) is known color: Turkish Rose. HEX triplet: A3, 6D and 6E. RGB value is (163,109,110). Sum of RGB (Red+Green+Blue) = 163+109+110=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D6E is #5C9291. Grayscale: #7D7D7D. Windows color (decimal): -6066834 or 7237027. OLE color: 7237027.

HSL color Cylindrical-coordinate representation of color #A36D6E: hue angle of 358.89º 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 #A36D6E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 109 110 -
CMYK 0 0.33 0.33 0.36
HSL 358.89º 0.23% 0.53% -
HSV(B) 358.89º 0.33% 0.64% -
XYZ 23.39 19.85 17.35 -
YUV 125.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 163 109 110 0 0.33 0.33 0.36 358.89 0.23 0.53
Hex A3 6D 6E 0 21 21 24 167 17 35
Octal 243 155 156 0 41 41 44 547 27 65
Binary 10100011 1101101 1101110 0 100001 100001 100100 101100111 10111 110101

Color Harmonies of #A36D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D6E

Black with #A36D6E

Text Example


Text Example

White with #A36D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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