Html Css Color HEX #A06974 Turkish Rose

📋 copy color: '#A06974'

red 160 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #A06974

Tints of Turkish Rose #A06974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 41.99%
G = 27.56%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A06974 (or 0xA06974) is known color: Turkish Rose. HEX triplet: A0, 69 and 74. RGB value is (160,105,116). Sum of RGB (Red+Green+Blue) = 160+105+116=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06974 is #5F968B. Grayscale: #7A7A7A. Windows color (decimal): -6264460 or 7629216. OLE color: 7629216.

HSL color Cylindrical-coordinate representation of color #A06974: hue angle of 348º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06974 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 105 116 -
CMYK 0 0.34 0.28 0.37
HSL 348º 0.22% 0.52% -
HSV(B) 348º 0.34% 0.63% -
XYZ 22.7 18.84 18.96 -
YUV 122.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 160 105 116 0 0.34 0.28 0.37 348 0.22 0.52
Hex A0 69 74 0 22 1C 25 15C 16 34
Octal 240 151 164 0 42 34 45 534 26 64
Binary 10100000 1101001 1110100 0 100010 11100 100101 101011100 10110 110100

Color Harmonies of #A06974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06974

Black with #A06974

Text Example


Text Example

White with #A06974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06974; }

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

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

background-color css

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

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

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

border-color css

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

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

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