Html Css Color HEX #A97073 Turkish Rose

📋 copy color: '#A97073'

red 169 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #A97073

Tints of Turkish Rose #A97073

RGB

 RED value IS 169 (66.41% from 255) = 42.68%

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

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

R = 42.68%
G = 28.28%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A97073 (or 0xA97073) is known color: Turkish Rose. HEX triplet: A9, 70 and 73. RGB value is (169,112,115). Sum of RGB (Red+Green+Blue) = 169+112+115=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A97073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97073 is #568F8C. Grayscale: #818181. Windows color (decimal): -5672845 or 7565481. OLE color: 7565481.

HSL color Cylindrical-coordinate representation of color #A97073: hue angle of 356.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97073 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 112 115 -
CMYK 0 0.34 0.32 0.34
HSL 356.84º 0.25% 0.55% -
HSV(B) 356.84º 0.34% 0.66% -
XYZ 25.25 21.26 18.99 -
YUV 129.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 169 112 115 0 0.34 0.32 0.34 356.84 0.25 0.55
Hex A9 70 73 0 22 20 22 165 19 37
Octal 251 160 163 0 42 40 42 545 31 67
Binary 10101001 1110000 1110011 0 100010 100000 100010 101100101 11001 110111

Color Harmonies of #A97073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97073

Black with #A97073

Text Example


Text Example

White with #A97073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97073; }

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

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

background-color css

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

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

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

border-color css

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

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

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