Html Css Color HEX #A36876 Turkish Rose

📋 copy color: '#A36876'

red 163 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #A36876

Tints of Turkish Rose #A36876

RGB

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

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

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

R = 42.34%
G = 27.01%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A36876 (or 0xA36876) is known color: Turkish Rose. HEX triplet: A3, 68 and 76. RGB value is (163,104,118). Sum of RGB (Red+Green+Blue) = 163+104+118=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A36876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36876 is #5C9789. Grayscale: #7B7B7B. Windows color (decimal): -6068106 or 7760035. OLE color: 7760035.

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

Color convert

RGB 163 104 118 -
CMYK 0 0.36 0.28 0.36
HSL 345.76º 0.24% 0.52% -
HSV(B) 345.76º 0.36% 0.64% -
XYZ 23.32 19 19.58 -
YUV 123.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 163 104 118 0 0.36 0.28 0.36 345.76 0.24 0.52
Hex A3 68 76 0 24 1C 24 15A 18 34
Octal 243 150 166 0 44 34 44 532 30 64
Binary 10100011 1101000 1110110 0 100100 11100 100100 101011010 11000 110100

Color Harmonies of #A36876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36876

Black with #A36876

Text Example


Text Example

White with #A36876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36876; }

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

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

background-color css

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

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

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

border-color css

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

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

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