Html Css Color HEX #A07273 Turkish Rose

📋 copy color: '#A07273'

red 160 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #A07273

Tints of Turkish Rose #A07273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 41.13%
G = 29.31%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07273 (or 0xA07273) is known color: Turkish Rose. HEX triplet: A0, 72 and 73. RGB value is (160,114,115). Sum of RGB (Red+Green+Blue) = 160+114+115=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A07273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07273 is #5F8D8C. Grayscale: #7F7F7F. Windows color (decimal): -6262157 or 7565984. OLE color: 7565984.

HSL color Cylindrical-coordinate representation of color #A07273: hue angle of 358.7º 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 #A07273 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 115 -
CMYK 0 0.29 0.28 0.37
HSL 358.7º 0.19% 0.54% -
HSV(B) 358.7º 0.29% 0.63% -
XYZ 23.61 20.75 18.98 -
YUV 127.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 160 114 115 0 0.29 0.28 0.37 358.7 0.19 0.54
Hex A0 72 73 0 1D 1C 25 167 13 36
Octal 240 162 163 0 35 34 45 547 23 66
Binary 10100000 1110010 1110011 0 11101 11100 100101 101100111 10011 110110

Color Harmonies of #A07273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07273

Black with #A07273

Text Example


Text Example

White with #A07273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07273; }

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

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

background-color css

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

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

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

border-color css

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

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

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