Html Css Color HEX #A07278 Turkish Rose

📋 copy color: '#A07278'

red 160 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #A07278

Tints of Turkish Rose #A07278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 40.61%
G = 28.93%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07278 (or 0xA07278) is known color: Turkish Rose. HEX triplet: A0, 72 and 78. RGB value is (160,114,120). Sum of RGB (Red+Green+Blue) = 160+114+120=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07278 is #5F8D87. Grayscale: #808080. Windows color (decimal): -6262152 or 7893664. OLE color: 7893664.

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

Color convert

RGB 160 114 120 -
CMYK 0 0.29 0.25 0.37
HSL 352.17º 0.19% 0.54% -
HSV(B) 352.17º 0.29% 0.63% -
XYZ 23.9 20.86 20.54 -
YUV 128.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 160 114 120 0 0.29 0.25 0.37 352.17 0.19 0.54
Hex A0 72 78 0 1D 19 25 160 13 36
Octal 240 162 170 0 35 31 45 540 23 66
Binary 10100000 1110010 1111000 0 11101 11001 100101 101100000 10011 110110

Color Harmonies of #A07278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07278

Black with #A07278

Text Example


Text Example

White with #A07278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07278; }

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

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

background-color css

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

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

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

border-color css

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

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

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