Html Css Color HEX #A46F70 Turkish Rose

📋 copy color: '#A46F70'

red 164 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #A46F70

Tints of Turkish Rose #A46F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

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

R = 42.38%
G = 28.68%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46F70 (or 0xA46F70) is known color: Turkish Rose. HEX triplet: A4, 6F and 70. RGB value is (164,111,112). Sum of RGB (Red+Green+Blue) = 164+111+112=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F70 is #5B908F. Grayscale: #7F7F7F. Windows color (decimal): -6000784 or 7368612. OLE color: 7368612.

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

Color convert

RGB 164 111 112 -
CMYK 0 0.32 0.32 0.36
HSL 358.87º 0.23% 0.54% -
HSV(B) 358.87º 0.32% 0.64% -
XYZ 23.92 20.43 18.01 -
YUV 126.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 164 111 112 0 0.32 0.32 0.36 358.87 0.23 0.54
Hex A4 6F 70 0 20 20 24 167 17 36
Octal 244 157 160 0 40 40 44 547 27 66
Binary 10100100 1101111 1110000 0 100000 100000 100100 101100111 10111 110110

Color Harmonies of #A46F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F70

Black with #A46F70

Text Example


Text Example

White with #A46F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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