Html Css Color HEX #A96068 Turkish Rose

📋 copy color: '#A96068'

red 169 ◦ green 96 ◦ blue 104

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

Shades of Turkish Rose #A96068

Tints of Turkish Rose #A96068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 45.8%
G = 26.02%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A96068 (or 0xA96068) is known color: Turkish Rose. HEX triplet: A9, 60 and 68. RGB value is (169,96,104). Sum of RGB (Red+Green+Blue) = 169+96+104=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96068 is #569F97. Grayscale: #767676. Windows color (decimal): -5676952 or 6840489. OLE color: 6840489.

HSL color Cylindrical-coordinate representation of color #A96068: hue angle of 353.42º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96068 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 104 -
CMYK 0 0.43 0.38 0.34
HSL 353.42º 0.3% 0.52% -
HSV(B) 353.42º 0.43% 0.66% -
XYZ 23.04 17.8 15.32 -
YUV 118.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 169 96 104 0 0.43 0.38 0.34 353.42 0.3 0.52
Hex A9 60 68 0 2B 26 22 161 1E 34
Octal 251 140 150 0 53 46 42 541 36 64
Binary 10101001 1100000 1101000 0 101011 100110 100010 101100001 11110 110100

Color Harmonies of #A96068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96068

Black with #A96068

Text Example


Text Example

White with #A96068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96068; }

 p { color: rgb(169,96,104); }

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

background-color css

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

 a { background-color: rgb(169,96,104); }

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

border-color css

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

 span { border-color: rgb(169,96,104); }

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