Html Css Color HEX #A76162 Turkish Rose

📋 copy color: '#A76162'

red 167 ◦ green 97 ◦ blue 98

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

Shades of Turkish Rose #A76162

Tints of Turkish Rose #A76162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 46.13%
G = 26.8%
B = 27.07%

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

#A76162 (or 0xA76162) is known color: Turkish Rose. HEX triplet: A7, 61 and 62. RGB value is (167,97,98). Sum of RGB (Red+Green+Blue) = 167+97+98=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A76162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76162 is #589E9D. Grayscale: #767676. Windows color (decimal): -5807774 or 6447527. OLE color: 6447527.

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

Color convert

RGB 167 97 98 -
CMYK 0 0.42 0.41 0.35
HSL 359.14º 0.28% 0.52% -
HSV(B) 359.14º 0.42% 0.65% -
XYZ 22.42 17.65 13.78 -
YUV 118.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 167 97 98 0 0.42 0.41 0.35 359.14 0.28 0.52
Hex A7 61 62 0 2A 29 23 167 1C 34
Octal 247 141 142 0 52 51 43 547 34 64
Binary 10100111 1100001 1100010 0 101010 101001 100011 101100111 11100 110100

Color Harmonies of #A76162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76162

Black with #A76162

Text Example


Text Example

White with #A76162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76162; }

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

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

background-color css

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

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

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

border-color css

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

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

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