Html Css Color HEX #A76278 Turkish Rose

📋 copy color: '#A76278'

red 167 ◦ green 98 ◦ blue 120

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

Shades of Turkish Rose #A76278

Tints of Turkish Rose #A76278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 43.38%
G = 25.45%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A76278 (or 0xA76278) is known color: Turkish Rose. HEX triplet: A7, 62 and 78. RGB value is (167,98,120). Sum of RGB (Red+Green+Blue) = 167+98+120=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A76278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76278 is #589D87. Grayscale: #797979. Windows color (decimal): -5807496 or 7889575. OLE color: 7889575.

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

Color convert

RGB 167 98 120 -
CMYK 0 0.41 0.28 0.35
HSL 340.87º 0.28% 0.52% -
HSV(B) 340.87º 0.41% 0.65% -
XYZ 23.69 18.31 20.05 -
YUV 121.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 167 98 120 0 0.41 0.28 0.35 340.87 0.28 0.52
Hex A7 62 78 0 29 1C 23 155 1C 34
Octal 247 142 170 0 51 34 43 525 34 64
Binary 10100111 1100010 1111000 0 101001 11100 100011 101010101 11100 110100

Color Harmonies of #A76278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76278

Black with #A76278

Text Example


Text Example

White with #A76278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76278; }

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

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

background-color css

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

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

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

border-color css

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

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

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