Html Css Color HEX #A76977 Turkish Rose

📋 copy color: '#A76977'

red 167 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #A76977

Tints of Turkish Rose #A76977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 42.71%
G = 26.85%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A76977 (or 0xA76977) is known color: Turkish Rose. HEX triplet: A7, 69 and 77. RGB value is (167,105,119). Sum of RGB (Red+Green+Blue) = 167+105+119=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A76977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76977 is #589688. Grayscale: #7D7D7D. Windows color (decimal): -5805705 or 7825831. OLE color: 7825831.

HSL color Cylindrical-coordinate representation of color #A76977: hue angle of 346.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76977 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 119 -
CMYK 0 0.37 0.29 0.35
HSL 346.45º 0.26% 0.53% -
HSV(B) 346.45º 0.37% 0.65% -
XYZ 24.32 19.65 19.96 -
YUV 125.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 167 105 119 0 0.37 0.29 0.35 346.45 0.26 0.53
Hex A7 69 77 0 25 1D 23 15A 1A 35
Octal 247 151 167 0 45 35 43 532 32 65
Binary 10100111 1101001 1110111 0 100101 11101 100011 101011010 11010 110101

Color Harmonies of #A76977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76977

Black with #A76977

Text Example


Text Example

White with #A76977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76977; }

 p { color: rgb(167,105,119); }

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

background-color css

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

 a { background-color: rgb(167,105,119); }

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

border-color css

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

 span { border-color: rgb(167,105,119); }

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