Html Css Color HEX #A36870 Turkish Rose

📋 copy color: '#A36870'

red 163 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #A36870

Tints of Turkish Rose #A36870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 43.01%
G = 27.44%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A36870 (or 0xA36870) is known color: Turkish Rose. HEX triplet: A3, 68 and 70. RGB value is (163,104,112). Sum of RGB (Red+Green+Blue) = 163+104+112=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A36870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36870 is #5C978F. Grayscale: #7A7A7A. Windows color (decimal): -6068112 or 7366819. OLE color: 7366819.

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

Color convert

RGB 163 104 112 -
CMYK 0 0.36 0.31 0.36
HSL 351.86º 0.24% 0.52% -
HSV(B) 351.86º 0.36% 0.64% -
XYZ 22.98 18.86 17.76 -
YUV 122.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 163 104 112 0 0.36 0.31 0.36 351.86 0.24 0.52
Hex A3 68 70 0 24 1F 24 160 18 34
Octal 243 150 160 0 44 37 44 540 30 64
Binary 10100011 1101000 1110000 0 100100 11111 100100 101100000 11000 110100

Color Harmonies of #A36870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36870

Black with #A36870

Text Example


Text Example

White with #A36870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36870; }

 p { color: rgb(163,104,112); }

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

background-color css

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

 a { background-color: rgb(163,104,112); }

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

border-color css

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

 span { border-color: rgb(163,104,112); }

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