Html Css Color HEX #A36976 Turkish Rose

📋 copy color: '#A36976'

red 163 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #A36976

Tints of Turkish Rose #A36976

RGB

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

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

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

R = 42.23%
G = 27.2%
B = 30.57%

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

#A36976 (or 0xA36976) is known color: Turkish Rose. HEX triplet: A3, 69 and 76. RGB value is (163,105,118). Sum of RGB (Red+Green+Blue) = 163+105+118=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A36976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36976 is #5C9689. Grayscale: #7B7B7B. Windows color (decimal): -6067850 or 7760291. OLE color: 7760291.

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

Color convert

RGB 163 105 118 -
CMYK 0 0.36 0.28 0.36
HSL 346.55º 0.24% 0.53% -
HSV(B) 346.55º 0.36% 0.64% -
XYZ 23.43 19.2 19.61 -
YUV 123.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 163 105 118 0 0.36 0.28 0.36 346.55 0.24 0.53
Hex A3 69 76 0 24 1C 24 15B 18 35
Octal 243 151 166 0 44 34 44 533 30 65
Binary 10100011 1101001 1110110 0 100100 11100 100100 101011011 11000 110101

Color Harmonies of #A36976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36976

Black with #A36976

Text Example


Text Example

White with #A36976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36976; }

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

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

background-color css

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

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

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

border-color css

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

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

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