Html Css Color HEX #A76E6F Turkish Rose

📋 copy color: '#A76E6F'

red 167 ◦ green 110 ◦ blue 111

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

Shades of Turkish Rose #A76E6F

Tints of Turkish Rose #A76E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 43.04%
G = 28.35%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A76E6F (or 0xA76E6F) is known color: Turkish Rose. HEX triplet: A7, 6E and 6F. RGB value is (167,110,111). Sum of RGB (Red+Green+Blue) = 167+110+111=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E6F is #589190. Grayscale: #7F7F7F. Windows color (decimal): -5804433 or 7302823. OLE color: 7302823.

HSL color Cylindrical-coordinate representation of color #A76E6F: hue angle of 358.95º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E6F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 111 -
CMYK 0 0.34 0.34 0.35
HSL 358.95º 0.24% 0.54% -
HSV(B) 358.95º 0.34% 0.65% -
XYZ 24.38 20.52 17.71 -
YUV 127.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 167 110 111 0 0.34 0.34 0.35 358.95 0.24 0.54
Hex A7 6E 6F 0 22 22 23 167 18 36
Octal 247 156 157 0 42 42 43 547 30 66
Binary 10100111 1101110 1101111 0 100010 100010 100011 101100111 11000 110110

Color Harmonies of #A76E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E6F

Black with #A76E6F

Text Example


Text Example

White with #A76E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E6F; }

 p { color: rgb(167,110,111); }

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

background-color css

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

 a { background-color: rgb(167,110,111); }

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

border-color css

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

 span { border-color: rgb(167,110,111); }

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