Html Css Color HEX #A96B7A Turkish Rose

📋 copy color: '#A96B7A'

red 169 ◦ green 107 ◦ blue 122

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

Shades of Turkish Rose #A96B7A

Tints of Turkish Rose #A96B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 42.46%
G = 26.88%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A96B7A (or 0xA96B7A) is known color: Turkish Rose. HEX triplet: A9, 6B and 7A. RGB value is (169,107,122). Sum of RGB (Red+Green+Blue) = 169+107+122=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B7A is #569485. Grayscale: #7F7F7F. Windows color (decimal): -5674118 or 8022953. OLE color: 8022953.

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

Color convert

RGB 169 107 122 -
CMYK 0 0.37 0.28 0.34
HSL 345.48º 0.26% 0.54% -
HSV(B) 345.48º 0.37% 0.66% -
XYZ 25.13 20.36 21.02 -
YUV 127.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 169 107 122 0 0.37 0.28 0.34 345.48 0.26 0.54
Hex A9 6B 7A 0 25 1C 22 159 1A 36
Octal 251 153 172 0 45 34 42 531 32 66
Binary 10101001 1101011 1111010 0 100101 11100 100010 101011001 11010 110110

Color Harmonies of #A96B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B7A

Black with #A96B7A

Text Example


Text Example

White with #A96B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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