Html Css Color HEX #A96F7B Turkish Rose

📋 copy color: '#A96F7B'

red 169 ◦ green 111 ◦ blue 123

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

Shades of Turkish Rose #A96F7B

Tints of Turkish Rose #A96F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 41.94%
G = 27.54%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A96F7B (or 0xA96F7B) is known color: Turkish Rose. HEX triplet: A9, 6F and 7B. RGB value is (169,111,123). Sum of RGB (Red+Green+Blue) = 169+111+123=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F7B is #569084. Grayscale: #818181. Windows color (decimal): -5673093 or 8089513. OLE color: 8089513.

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

Color convert

RGB 169 111 123 -
CMYK 0 0.34 0.27 0.34
HSL 347.59º 0.25% 0.55% -
HSV(B) 347.59º 0.34% 0.66% -
XYZ 25.62 21.23 21.49 -
YUV 129.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 169 111 123 0 0.34 0.27 0.34 347.59 0.25 0.55
Hex A9 6F 7B 0 22 1B 22 15C 19 37
Octal 251 157 173 0 42 33 42 534 31 67
Binary 10101001 1101111 1111011 0 100010 11011 100010 101011100 11001 110111

Color Harmonies of #A96F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F7B

Black with #A96F7B

Text Example


Text Example

White with #A96F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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