Html Css Color HEX #A46F72 Turkish Rose

📋 copy color: '#A46F72'

red 164 ◦ green 111 ◦ blue 114

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

Shades of Turkish Rose #A46F72

Tints of Turkish Rose #A46F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 42.16%
G = 28.53%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A46F72 (or 0xA46F72) is known color: Turkish Rose. HEX triplet: A4, 6F and 72. RGB value is (164,111,114). Sum of RGB (Red+Green+Blue) = 164+111+114=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F72 is #5B908D. Grayscale: #7F7F7F. Windows color (decimal): -6000782 or 7499684. OLE color: 7499684.

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

Color convert

RGB 164 111 114 -
CMYK 0 0.32 0.30 0.36
HSL 356.6º 0.23% 0.54% -
HSV(B) 356.6º 0.32% 0.64% -
XYZ 24.03 20.48 18.61 -
YUV 127.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 164 111 114 0 0.32 0.30 0.36 356.6 0.23 0.54
Hex A4 6F 72 0 20 1E 24 165 17 36
Octal 244 157 162 0 40 36 44 545 27 66
Binary 10100100 1101111 1110010 0 100000 11110 100100 101100101 10111 110110

Color Harmonies of #A46F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F72

Black with #A46F72

Text Example


Text Example

White with #A46F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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