Html Css Color HEX #A96B6F Turkish Rose

📋 copy color: '#A96B6F'

red 169 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #A96B6F

Tints of Turkish Rose #A96B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 43.67%
G = 27.65%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A96B6F (or 0xA96B6F) is known color: Turkish Rose. HEX triplet: A9, 6B and 6F. RGB value is (169,107,111). Sum of RGB (Red+Green+Blue) = 169+107+111=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B6F is #569490. Grayscale: #7E7E7E. Windows color (decimal): -5674129 or 7302057. OLE color: 7302057.

HSL color Cylindrical-coordinate representation of color #A96B6F: hue angle of 356.13º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B6F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 111 -
CMYK 0 0.37 0.34 0.34
HSL 356.13º 0.26% 0.54% -
HSV(B) 356.13º 0.37% 0.66% -
XYZ 24.49 20.1 17.63 -
YUV 125.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 169 107 111 0 0.37 0.34 0.34 356.13 0.26 0.54
Hex A9 6B 6F 0 25 22 22 164 1A 36
Octal 251 153 157 0 45 42 42 544 32 66
Binary 10101001 1101011 1101111 0 100101 100010 100010 101100100 11010 110110

Color Harmonies of #A96B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B6F

Black with #A96B6F

Text Example


Text Example

White with #A96B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B6F; }

 p { color: rgb(169,107,111); }

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

background-color css

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

 a { background-color: rgb(169,107,111); }

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

border-color css

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

 span { border-color: rgb(169,107,111); }

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