Html Css Color HEX #A96073 Turkish Rose

📋 copy color: '#A96073'

red 169 ◦ green 96 ◦ blue 115

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

Shades of Turkish Rose #A96073

Tints of Turkish Rose #A96073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

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

R = 44.47%
G = 25.26%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A96073 (or 0xA96073) is known color: Turkish Rose. HEX triplet: A9, 60 and 73. RGB value is (169,96,115). Sum of RGB (Red+Green+Blue) = 169+96+115=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A96073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96073 is #569F8C. Grayscale: #777777. Windows color (decimal): -5676941 or 7561385. OLE color: 7561385.

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

Color convert

RGB 169 96 115 -
CMYK 0 0.43 0.32 0.34
HSL 344.38º 0.3% 0.52% -
HSV(B) 344.38º 0.43% 0.66% -
XYZ 23.64 18.04 18.46 -
YUV 119.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 169 96 115 0 0.43 0.32 0.34 344.38 0.3 0.52
Hex A9 60 73 0 2B 20 22 158 1E 34
Octal 251 140 163 0 53 40 42 530 36 64
Binary 10101001 1100000 1110011 0 101011 100000 100010 101011000 11110 110100

Color Harmonies of #A96073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96073

Black with #A96073

Text Example


Text Example

White with #A96073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96073; }

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

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

background-color css

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

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

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

border-color css

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

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

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