Html Css Color HEX #A46978 Turkish Rose

📋 copy color: '#A46978'

red 164 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #A46978

Tints of Turkish Rose #A46978

RGB

 RED value IS 164 (64.45% from 255) = 42.16%

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 42.16%
G = 26.99%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A46978 (or 0xA46978) is known color: Turkish Rose. HEX triplet: A4, 69 and 78. RGB value is (164,105,120). Sum of RGB (Red+Green+Blue) = 164+105+120=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A46978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46978 is #5B9687. Grayscale: #7C7C7C. Windows color (decimal): -6002312 or 7891364. OLE color: 7891364.

HSL color Cylindrical-coordinate representation of color #A46978: hue angle of 344.75º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A46978 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 120 -
CMYK 0 0.36 0.27 0.36
HSL 344.75º 0.24% 0.53% -
HSV(B) 344.75º 0.36% 0.64% -
XYZ 23.75 19.35 20.25 -
YUV 124.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 164 105 120 0 0.36 0.27 0.36 344.75 0.24 0.53
Hex A4 69 78 0 24 1B 24 159 18 35
Octal 244 151 170 0 44 33 44 531 30 65
Binary 10100100 1101001 1111000 0 100100 11011 100100 101011001 11000 110101

Color Harmonies of #A46978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46978

Black with #A46978

Text Example


Text Example

White with #A46978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46978; }

 p { color: rgb(164,105,120); }

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

background-color css

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

 a { background-color: rgb(164,105,120); }

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

border-color css

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

 span { border-color: rgb(164,105,120); }

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