Html Css Color HEX #A96768 Turkish Rose

📋 copy color: '#A96768'

red 169 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #A96768

Tints of Turkish Rose #A96768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 44.95%
G = 27.39%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A96768 (or 0xA96768) is known color: Turkish Rose. HEX triplet: A9, 67 and 68. RGB value is (169,103,104). Sum of RGB (Red+Green+Blue) = 169+103+104=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A96768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96768 is #569897. Grayscale: #7A7A7A. Windows color (decimal): -5675160 or 6842281. OLE color: 6842281.

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

Color convert

RGB 169 103 104 -
CMYK 0 0.39 0.38 0.34
HSL 359.09º 0.28% 0.53% -
HSV(B) 359.09º 0.39% 0.66% -
XYZ 23.71 19.13 15.54 -
YUV 122.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 169 103 104 0 0.39 0.38 0.34 359.09 0.28 0.53
Hex A9 67 68 0 27 26 22 167 1C 35
Octal 251 147 150 0 47 46 42 547 34 65
Binary 10101001 1100111 1101000 0 100111 100110 100010 101100111 11100 110101

Color Harmonies of #A96768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96768

Black with #A96768

Text Example


Text Example

White with #A96768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96768; }

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

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

background-color css

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

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

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

border-color css

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

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

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