Html Css Color HEX #A96B70 Turkish Rose

📋 copy color: '#A96B70'

red 169 ◦ green 107 ◦ blue 112

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

Shades of Turkish Rose #A96B70

Tints of Turkish Rose #A96B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 43.56%
G = 27.58%
B = 28.87%

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

#A96B70 (or 0xA96B70) is known color: Turkish Rose. HEX triplet: A9, 6B and 70. RGB value is (169,107,112). Sum of RGB (Red+Green+Blue) = 169+107+112=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B70 is #56948F. Grayscale: #7E7E7E. Windows color (decimal): -5674128 or 7367593. OLE color: 7367593.

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

Color convert

RGB 169 107 112 -
CMYK 0 0.37 0.34 0.34
HSL 355.16º 0.26% 0.54% -
HSV(B) 355.16º 0.37% 0.66% -
XYZ 24.54 20.12 17.92 -
YUV 126.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 169 107 112 0 0.37 0.34 0.34 355.16 0.26 0.54
Hex A9 6B 70 0 25 22 22 163 1A 36
Octal 251 153 160 0 45 42 42 543 32 66
Binary 10101001 1101011 1110000 0 100101 100010 100010 101100011 11010 110110

Color Harmonies of #A96B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B70

Black with #A96B70

Text Example


Text Example

White with #A96B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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