Html Css Color HEX #A46974 Turkish Rose

📋 copy color: '#A46974'

red 164 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #A46974

Tints of Turkish Rose #A46974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 42.6%
G = 27.27%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A46974 (or 0xA46974) is known color: Turkish Rose. HEX triplet: A4, 69 and 74. RGB value is (164,105,116). Sum of RGB (Red+Green+Blue) = 164+105+116=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A46974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46974 is #5B968B. Grayscale: #7B7B7B. Windows color (decimal): -6002316 or 7629220. OLE color: 7629220.

HSL color Cylindrical-coordinate representation of color #A46974: hue angle of 348.81º 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 #A46974 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 116 -
CMYK 0 0.36 0.29 0.36
HSL 348.81º 0.24% 0.53% -
HSV(B) 348.81º 0.36% 0.64% -
XYZ 23.51 19.26 19 -
YUV 123.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 164 105 116 0 0.36 0.29 0.36 348.81 0.24 0.53
Hex A4 69 74 0 24 1D 24 15D 18 35
Octal 244 151 164 0 44 35 44 535 30 65
Binary 10100100 1101001 1110100 0 100100 11101 100100 101011101 11000 110101

Color Harmonies of #A46974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46974

Black with #A46974

Text Example


Text Example

White with #A46974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46974; }

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

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

background-color css

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

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

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

border-color css

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

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

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