Html Css Color HEX #A96278 Turkish Rose

📋 copy color: '#A96278'

red 169 ◦ green 98 ◦ blue 120

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

Shades of Turkish Rose #A96278

Tints of Turkish Rose #A96278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 43.67%
G = 25.32%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A96278 (or 0xA96278) is known color: Turkish Rose. HEX triplet: A9, 62 and 78. RGB value is (169,98,120). Sum of RGB (Red+Green+Blue) = 169+98+120=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96278 is #569D87. Grayscale: #797979. Windows color (decimal): -5676424 or 7889577. OLE color: 7889577.

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

Color convert

RGB 169 98 120 -
CMYK 0 0.42 0.29 0.34
HSL 341.41º 0.29% 0.52% -
HSV(B) 341.41º 0.42% 0.66% -
XYZ 24.12 18.53 20.07 -
YUV 121.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 169 98 120 0 0.42 0.29 0.34 341.41 0.29 0.52
Hex A9 62 78 0 2A 1D 22 155 1D 34
Octal 251 142 170 0 52 35 42 525 35 64
Binary 10101001 1100010 1111000 0 101010 11101 100010 101010101 11101 110100

Color Harmonies of #A96278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96278

Black with #A96278

Text Example


Text Example

White with #A96278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96278; }

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

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

background-color css

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

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

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

border-color css

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

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

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