Html Css Color HEX #A36A76 Turkish Rose

📋 copy color: '#A36A76'

red 163 ◦ green 106 ◦ blue 118

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

Shades of Turkish Rose #A36A76

Tints of Turkish Rose #A36A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 42.12%
G = 27.39%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A36A76 (or 0xA36A76) is known color: Turkish Rose. HEX triplet: A3, 6A and 76. RGB value is (163,106,118). Sum of RGB (Red+Green+Blue) = 163+106+118=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A76 is #5C9589. Grayscale: #7C7C7C. Windows color (decimal): -6067594 or 7760547. OLE color: 7760547.

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

Color convert

RGB 163 106 118 -
CMYK 0 0.35 0.28 0.36
HSL 347.37º 0.24% 0.53% -
HSV(B) 347.37º 0.35% 0.64% -
XYZ 23.53 19.4 19.64 -
YUV 124.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 163 106 118 0 0.35 0.28 0.36 347.37 0.24 0.53
Hex A3 6A 76 0 23 1C 24 15B 18 35
Octal 243 152 166 0 43 34 44 533 30 65
Binary 10100011 1101010 1110110 0 100011 11100 100100 101011011 11000 110101

Color Harmonies of #A36A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A76

Black with #A36A76

Text Example


Text Example

White with #A36A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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