Html Css Color HEX #A36973 Turkish Rose

📋 copy color: '#A36973'

red 163 ◦ green 105 ◦ blue 115

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

Shades of Turkish Rose #A36973

Tints of Turkish Rose #A36973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 42.56%
G = 27.42%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A36973 (or 0xA36973) is known color: Turkish Rose. HEX triplet: A3, 69 and 73. RGB value is (163,105,115). Sum of RGB (Red+Green+Blue) = 163+105+115=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A36973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36973 is #5C968C. Grayscale: #7B7B7B. Windows color (decimal): -6067853 or 7563683. OLE color: 7563683.

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

Color convert

RGB 163 105 115 -
CMYK 0 0.36 0.29 0.36
HSL 349.66º 0.24% 0.53% -
HSV(B) 349.66º 0.36% 0.64% -
XYZ 23.25 19.13 18.69 -
YUV 123.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 163 105 115 0 0.36 0.29 0.36 349.66 0.24 0.53
Hex A3 69 73 0 24 1D 24 15E 18 35
Octal 243 151 163 0 44 35 44 536 30 65
Binary 10100011 1101001 1110011 0 100100 11101 100100 101011110 11000 110101

Color Harmonies of #A36973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36973

Black with #A36973

Text Example


Text Example

White with #A36973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36973; }

 p { color: rgb(163,105,115); }

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

background-color css

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

 a { background-color: rgb(163,105,115); }

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

border-color css

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

 span { border-color: rgb(163,105,115); }

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