Html Css Color HEX #A36A70 Turkish Rose

📋 copy color: '#A36A70'

red 163 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #A36A70

Tints of Turkish Rose #A36A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

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

R = 42.78%
G = 27.82%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A36A70 (or 0xA36A70) is known color: Turkish Rose. HEX triplet: A3, 6A and 70. RGB value is (163,106,112). Sum of RGB (Red+Green+Blue) = 163+106+112=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A70 is #5C958F. Grayscale: #7B7B7B. Windows color (decimal): -6067600 or 7367331. OLE color: 7367331.

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

Color convert

RGB 163 106 112 -
CMYK 0 0.35 0.31 0.36
HSL 353.68º 0.24% 0.53% -
HSV(B) 353.68º 0.35% 0.64% -
XYZ 23.18 19.26 17.83 -
YUV 123.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 163 106 112 0 0.35 0.31 0.36 353.68 0.24 0.53
Hex A3 6A 70 0 23 1F 24 162 18 35
Octal 243 152 160 0 43 37 44 542 30 65
Binary 10100011 1101010 1110000 0 100011 11111 100100 101100010 11000 110101

Color Harmonies of #A36A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A70

Black with #A36A70

Text Example


Text Example

White with #A36A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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