Html Css Color HEX #A37073 Turkish Rose

📋 copy color: '#A37073'

red 163 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #A37073

Tints of Turkish Rose #A37073

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 41.79%
G = 28.72%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A37073 (or 0xA37073) is known color: Turkish Rose. HEX triplet: A3, 70 and 73. RGB value is (163,112,115). Sum of RGB (Red+Green+Blue) = 163+112+115=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A37073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37073 is #5C8F8C. Grayscale: #7F7F7F. Windows color (decimal): -6066061 or 7565475. OLE color: 7565475.

HSL color Cylindrical-coordinate representation of color #A37073: hue angle of 356.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37073 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 115 -
CMYK 0 0.31 0.29 0.36
HSL 356.47º 0.22% 0.54% -
HSV(B) 356.47º 0.31% 0.64% -
XYZ 23.99 20.61 18.93 -
YUV 127.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 163 112 115 0 0.31 0.29 0.36 356.47 0.22 0.54
Hex A3 70 73 0 1F 1D 24 164 16 36
Octal 243 160 163 0 37 35 44 544 26 66
Binary 10100011 1110000 1110011 0 11111 11101 100100 101100100 10110 110110

Color Harmonies of #A37073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37073

Black with #A37073

Text Example


Text Example

White with #A37073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37073; }

 p { color: rgb(163,112,115); }

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

background-color css

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

 a { background-color: rgb(163,112,115); }

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

border-color css

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

 span { border-color: rgb(163,112,115); }

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