Html Css Color HEX #A96777 Turkish Rose

📋 copy color: '#A96777'

red 169 ◦ green 103 ◦ blue 119

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

Shades of Turkish Rose #A96777

Tints of Turkish Rose #A96777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

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

R = 43.22%
G = 26.34%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A96777 (or 0xA96777) is known color: Turkish Rose. HEX triplet: A9, 67 and 77. RGB value is (169,103,119). Sum of RGB (Red+Green+Blue) = 169+103+119=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A96777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96777 is #569888. Grayscale: #7C7C7C. Windows color (decimal): -5675145 or 7825321. OLE color: 7825321.

HSL color Cylindrical-coordinate representation of color #A96777: hue angle of 345.45º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96777 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 103 119 -
CMYK 0 0.39 0.30 0.34
HSL 345.45º 0.28% 0.53% -
HSV(B) 345.45º 0.39% 0.66% -
XYZ 24.54 19.47 19.92 -
YUV 124.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 169 103 119 0 0.39 0.30 0.34 345.45 0.28 0.53
Hex A9 67 77 0 27 1E 22 159 1C 35
Octal 251 147 167 0 47 36 42 531 34 65
Binary 10101001 1100111 1110111 0 100111 11110 100010 101011001 11100 110101

Color Harmonies of #A96777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96777

Black with #A96777

Text Example


Text Example

White with #A96777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96777; }

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

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

background-color css

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

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

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

border-color css

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

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

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