Html Css Color HEX #A96C7A Turkish Rose

📋 copy color: '#A96C7A'

red 169 ◦ green 108 ◦ blue 122

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

Shades of Turkish Rose #A96C7A

Tints of Turkish Rose #A96C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 42.36%
G = 27.07%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A96C7A (or 0xA96C7A) is known color: Turkish Rose. HEX triplet: A9, 6C and 7A. RGB value is (169,108,122). Sum of RGB (Red+Green+Blue) = 169+108+122=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C7A is #569385. Grayscale: #7F7F7F. Windows color (decimal): -5673862 or 8023209. OLE color: 8023209.

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

Color convert

RGB 169 108 122 -
CMYK 0 0.36 0.28 0.34
HSL 346.23º 0.26% 0.54% -
HSV(B) 346.23º 0.36% 0.66% -
XYZ 25.24 20.57 21.05 -
YUV 127.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 169 108 122 0 0.36 0.28 0.34 346.23 0.26 0.54
Hex A9 6C 7A 0 24 1C 22 15A 1A 36
Octal 251 154 172 0 44 34 42 532 32 66
Binary 10101001 1101100 1111010 0 100100 11100 100010 101011010 11010 110110

Color Harmonies of #A96C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C7A

Black with #A96C7A

Text Example


Text Example

White with #A96C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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