Html Css Color HEX #A07376 Turkish Rose

📋 copy color: '#A07376'

red 160 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #A07376

Tints of Turkish Rose #A07376

RGB

 RED value IS 160 (62.89% from 255) = 40.71%

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 40.71%
G = 29.26%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A07376 (or 0xA07376) is known color: Turkish Rose. HEX triplet: A0, 73 and 76. RGB value is (160,115,118). Sum of RGB (Red+Green+Blue) = 160+115+118=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07376 is #5F8C89. Grayscale: #808080. Windows color (decimal): -6261898 or 7762848. OLE color: 7762848.

HSL color Cylindrical-coordinate representation of color #A07376: hue angle of 356º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07376 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 118 -
CMYK 0 0.28 0.26 0.37
HSL 356º 0.19% 0.54% -
HSV(B) 356º 0.28% 0.63% -
XYZ 23.9 21.04 19.94 -
YUV 128.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 160 115 118 0 0.28 0.26 0.37 356 0.19 0.54
Hex A0 73 76 0 1C 1A 25 164 13 36
Octal 240 163 166 0 34 32 45 544 23 66
Binary 10100000 1110011 1110110 0 11100 11010 100101 101100100 10011 110110

Color Harmonies of #A07376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07376

Black with #A07376

Text Example


Text Example

White with #A07376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07376; }

 p { color: rgb(160,115,118); }

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

background-color css

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

 a { background-color: rgb(160,115,118); }

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

border-color css

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

 span { border-color: rgb(160,115,118); }

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