Html Css Color HEX #A76175 Turkish Rose

📋 copy color: '#A76175'

red 167 ◦ green 97 ◦ blue 117

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

Shades of Turkish Rose #A76175

Tints of Turkish Rose #A76175

RGB

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

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

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

R = 43.83%
G = 25.46%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A76175 (or 0xA76175) is known color: Turkish Rose. HEX triplet: A7, 61 and 75. RGB value is (167,97,117). Sum of RGB (Red+Green+Blue) = 167+97+117=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A76175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76175 is #589E8A. Grayscale: #787878. Windows color (decimal): -5807755 or 7692711. OLE color: 7692711.

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

Color convert

RGB 167 97 117 -
CMYK 0 0.42 0.30 0.35
HSL 342.86º 0.28% 0.52% -
HSV(B) 342.86º 0.42% 0.65% -
XYZ 23.42 18.05 19.08 -
YUV 120.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 167 97 117 0 0.42 0.30 0.35 342.86 0.28 0.52
Hex A7 61 75 0 2A 1E 23 157 1C 34
Octal 247 141 165 0 52 36 43 527 34 64
Binary 10100111 1100001 1110101 0 101010 11110 100011 101010111 11100 110100

Color Harmonies of #A76175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76175

Black with #A76175

Text Example


Text Example

White with #A76175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76175; }

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

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

background-color css

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

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

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

border-color css

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

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

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