Html Css Color HEX #A96077 Turkish Rose

📋 copy color: '#A96077'

red 169 ◦ green 96 ◦ blue 119

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

Shades of Turkish Rose #A96077

Tints of Turkish Rose #A96077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 44.01%
G = 25%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A96077 (or 0xA96077) is known color: Turkish Rose. HEX triplet: A9, 60 and 77. RGB value is (169,96,119). Sum of RGB (Red+Green+Blue) = 169+96+119=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A96077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96077 is #569F88. Grayscale: #787878. Windows color (decimal): -5676937 or 7823529. OLE color: 7823529.

HSL color Cylindrical-coordinate representation of color #A96077: hue angle of 341.1º 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 #A96077 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 119 -
CMYK 0 0.43 0.30 0.34
HSL 341.1º 0.3% 0.52% -
HSV(B) 341.1º 0.43% 0.66% -
XYZ 23.87 18.13 19.69 -
YUV 120.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 169 96 119 0 0.43 0.30 0.34 341.1 0.3 0.52
Hex A9 60 77 0 2B 1E 22 155 1E 34
Octal 251 140 167 0 53 36 42 525 36 64
Binary 10101001 1100000 1110111 0 101011 11110 100010 101010101 11110 110100

Color Harmonies of #A96077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96077

Black with #A96077

Text Example


Text Example

White with #A96077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96077; }

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

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

background-color css

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

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

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

border-color css

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

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

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