Html Css Color HEX #A07478 Turkish Rose

📋 copy color: '#A07478'

red 160 ◦ green 116 ◦ blue 120

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

Shades of Turkish Rose #A07478

Tints of Turkish Rose #A07478

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 116 (45.7% from 255) = 29.29%

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

R = 40.4%
G = 29.29%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07478 (or 0xA07478) is known color: Turkish Rose. HEX triplet: A0, 74 and 78. RGB value is (160,116,120). Sum of RGB (Red+Green+Blue) = 160+116+120=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07478 is #5F8B87. Grayscale: #818181. Windows color (decimal): -6261640 or 7894176. OLE color: 7894176.

HSL color Cylindrical-coordinate representation of color #A07478: hue angle of 354.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07478 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 120 -
CMYK 0 0.28 0.25 0.37
HSL 354.55º 0.19% 0.54% -
HSV(B) 354.55º 0.28% 0.63% -
XYZ 24.13 21.32 20.61 -
YUV 129.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 160 116 120 0 0.28 0.25 0.37 354.55 0.19 0.54
Hex A0 74 78 0 1C 19 25 163 13 36
Octal 240 164 170 0 34 31 45 543 23 66
Binary 10100000 1110100 1111000 0 11100 11001 100101 101100011 10011 110110

Color Harmonies of #A07478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07478

Black with #A07478

Text Example


Text Example

White with #A07478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07478; }

 p { color: rgb(160,116,120); }

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

background-color css

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

 a { background-color: rgb(160,116,120); }

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

border-color css

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

 span { border-color: rgb(160,116,120); }

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