Html Css Color HEX #A76E75 Turkish Rose

📋 copy color: '#A76E75'

red 167 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #A76E75

Tints of Turkish Rose #A76E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 42.39%
G = 27.92%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A76E75 (or 0xA76E75) is known color: Turkish Rose. HEX triplet: A7, 6E and 75. RGB value is (167,110,117). Sum of RGB (Red+Green+Blue) = 167+110+117=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E75 is #58918A. Grayscale: #7F7F7F. Windows color (decimal): -5804427 or 7696039. OLE color: 7696039.

HSL color Cylindrical-coordinate representation of color #A76E75: hue angle of 352.63º 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 #A76E75 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 117 -
CMYK 0 0.34 0.30 0.35
HSL 352.63º 0.24% 0.54% -
HSV(B) 352.63º 0.34% 0.65% -
XYZ 24.72 20.65 19.51 -
YUV 127.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 167 110 117 0 0.34 0.30 0.35 352.63 0.24 0.54
Hex A7 6E 75 0 22 1E 23 161 18 36
Octal 247 156 165 0 42 36 43 541 30 66
Binary 10100111 1101110 1110101 0 100010 11110 100011 101100001 11000 110110

Color Harmonies of #A76E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E75

Black with #A76E75

Text Example


Text Example

White with #A76E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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