Html Css Color HEX #A46970 Turkish Rose

📋 copy color: '#A46970'

red 164 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #A46970

Tints of Turkish Rose #A46970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 43.04%
G = 27.56%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46970 (or 0xA46970) is known color: Turkish Rose. HEX triplet: A4, 69 and 70. RGB value is (164,105,112). Sum of RGB (Red+Green+Blue) = 164+105+112=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46970 is #5B968F. Grayscale: #7B7B7B. Windows color (decimal): -6002320 or 7367076. OLE color: 7367076.

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

Color convert

RGB 164 105 112 -
CMYK 0 0.36 0.32 0.36
HSL 352.88º 0.24% 0.53% -
HSV(B) 352.88º 0.36% 0.64% -
XYZ 23.29 19.17 17.8 -
YUV 123.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 164 105 112 0 0.36 0.32 0.36 352.88 0.24 0.53
Hex A4 69 70 0 24 20 24 161 18 35
Octal 244 151 160 0 44 40 44 541 30 65
Binary 10100100 1101001 1110000 0 100100 100000 100100 101100001 11000 110101

Color Harmonies of #A46970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46970

Black with #A46970

Text Example


Text Example

White with #A46970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46970; }

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

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

background-color css

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

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

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

border-color css

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

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

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