Html Css Color HEX #A96678 Turkish Rose

📋 copy color: '#A96678'

red 169 ◦ green 102 ◦ blue 120

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

Shades of Turkish Rose #A96678

Tints of Turkish Rose #A96678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 43.22%
G = 26.09%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A96678 (or 0xA96678) is known color: Turkish Rose. HEX triplet: A9, 66 and 78. RGB value is (169,102,120). Sum of RGB (Red+Green+Blue) = 169+102+120=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A96678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96678 is #569987. Grayscale: #7C7C7C. Windows color (decimal): -5675400 or 7890601. OLE color: 7890601.

HSL color Cylindrical-coordinate representation of color #A96678: hue angle of 343.88º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96678 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 102 120 -
CMYK 0 0.40 0.29 0.34
HSL 343.88º 0.28% 0.53% -
HSV(B) 343.88º 0.4% 0.66% -
XYZ 24.5 19.29 20.2 -
YUV 124.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 169 102 120 0 0.40 0.29 0.34 343.88 0.28 0.53
Hex A9 66 78 0 28 1D 22 158 1C 35
Octal 251 146 170 0 50 35 42 530 34 65
Binary 10101001 1100110 1111000 0 101000 11101 100010 101011000 11100 110101

Color Harmonies of #A96678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96678

Black with #A96678

Text Example


Text Example

White with #A96678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96678; }

 p { color: rgb(169,102,120); }

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

background-color css

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

 a { background-color: rgb(169,102,120); }

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

border-color css

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

 span { border-color: rgb(169,102,120); }

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