Html Css Color HEX #A36970 Turkish Rose

📋 copy color: '#A36970'

red 163 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #A36970

Tints of Turkish Rose #A36970

RGB

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

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

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

R = 42.89%
G = 27.63%
B = 29.47%

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

#A36970 (or 0xA36970) is known color: Turkish Rose. HEX triplet: A3, 69 and 70. RGB value is (163,105,112). Sum of RGB (Red+Green+Blue) = 163+105+112=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36970 is #5C968F. Grayscale: #7B7B7B. Windows color (decimal): -6067856 or 7367075. OLE color: 7367075.

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

Color convert

RGB 163 105 112 -
CMYK 0 0.36 0.31 0.36
HSL 352.76º 0.24% 0.53% -
HSV(B) 352.76º 0.36% 0.64% -
XYZ 23.08 19.06 17.79 -
YUV 123.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 163 105 112 0 0.36 0.31 0.36 352.76 0.24 0.53
Hex A3 69 70 0 24 1F 24 161 18 35
Octal 243 151 160 0 44 37 44 541 30 65
Binary 10100011 1101001 1110000 0 100100 11111 100100 101100001 11000 110101

Color Harmonies of #A36970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36970

Black with #A36970

Text Example


Text Example

White with #A36970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36970; }

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

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

background-color css

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

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

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

border-color css

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

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

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