Html Css Color HEX #A96369 Turkish Rose

📋 copy color: '#A96369'

red 169 ◦ green 99 ◦ blue 105

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

Shades of Turkish Rose #A96369

Tints of Turkish Rose #A96369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 45.31%
G = 26.54%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A96369 (or 0xA96369) is known color: Turkish Rose. HEX triplet: A9, 63 and 69. RGB value is (169,99,105). Sum of RGB (Red+Green+Blue) = 169+99+105=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96369 is #569C96. Grayscale: #787878. Windows color (decimal): -5676183 or 6906793. OLE color: 6906793.

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

Color convert

RGB 169 99 105 -
CMYK 0 0.41 0.38 0.34
HSL 354.86º 0.29% 0.53% -
HSV(B) 354.86º 0.41% 0.66% -
XYZ 23.37 18.38 15.68 -
YUV 120.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 169 99 105 0 0.41 0.38 0.34 354.86 0.29 0.53
Hex A9 63 69 0 29 26 22 163 1D 35
Octal 251 143 151 0 51 46 42 543 35 65
Binary 10101001 1100011 1101001 0 101001 100110 100010 101100011 11101 110101

Color Harmonies of #A96369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96369

Black with #A96369

Text Example


Text Example

White with #A96369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96369; }

 p { color: rgb(169,99,105); }

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

background-color css

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

 a { background-color: rgb(169,99,105); }

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

border-color css

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

 span { border-color: rgb(169,99,105); }

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