Html Css Color HEX #A76163 Turkish Rose

📋 copy color: '#A76163'

red 167 ◦ green 97 ◦ blue 99

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

Shades of Turkish Rose #A76163

Tints of Turkish Rose #A76163

RGB

 RED value IS 167 (65.63% from 255) = 46.01%

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 46.01%
G = 26.72%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A76163 (or 0xA76163) is known color: Turkish Rose. HEX triplet: A7, 61 and 63. RGB value is (167,97,99). Sum of RGB (Red+Green+Blue) = 167+97+99=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A76163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76163 is #589E9C. Grayscale: #767676. Windows color (decimal): -5807773 or 6513063. OLE color: 6513063.

HSL color Cylindrical-coordinate representation of color #A76163: hue angle of 358.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76163 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 99 -
CMYK 0 0.42 0.41 0.35
HSL 358.29º 0.28% 0.52% -
HSV(B) 358.29º 0.42% 0.65% -
XYZ 22.46 17.67 14.03 -
YUV 118.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 167 97 99 0 0.42 0.41 0.35 358.29 0.28 0.52
Hex A7 61 63 0 2A 29 23 166 1C 34
Octal 247 141 143 0 52 51 43 546 34 64
Binary 10100111 1100001 1100011 0 101010 101001 100011 101100110 11100 110100

Color Harmonies of #A76163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76163

Black with #A76163

Text Example


Text Example

White with #A76163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76163; }

 p { color: rgb(167,97,99); }

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

background-color css

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

 a { background-color: rgb(167,97,99); }

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

border-color css

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

 span { border-color: rgb(167,97,99); }

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