Html Css Color HEX #A47F85 Turkish Rose

📋 copy color: '#A47F85'

red 164 ◦ green 127 ◦ blue 133

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

Shades of Turkish Rose #A47F85

Tints of Turkish Rose #A47F85

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 38.68%
G = 29.95%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A47F85 (or 0xA47F85) is known color: Turkish Rose. HEX triplet: A4, 7F and 85. RGB value is (164,127,133). Sum of RGB (Red+Green+Blue) = 164+127+133=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F85 is #5B807A. Grayscale: #8A8A8A. Windows color (decimal): -5996667 or 8748964. OLE color: 8748964.

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

Color convert

RGB 164 127 133 -
CMYK 0 0.23 0.19 0.36
HSL 350.27º 0.17% 0.57% -
HSV(B) 350.27º 0.23% 0.64% -
XYZ 27.13 24.76 25.54 -
YUV 138.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 164 127 133 0 0.23 0.19 0.36 350.27 0.17 0.57
Hex A4 7F 85 0 17 13 24 15E 11 39
Octal 244 177 205 0 27 23 44 536 21 71
Binary 10100100 1111111 10000101 0 10111 10011 100100 101011110 10001 111001

Color Harmonies of #A47F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F85

Black with #A47F85

Text Example


Text Example

White with #A47F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F85; }

 p { color: rgb(164,127,133); }

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

background-color css

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

 a { background-color: rgb(164,127,133); }

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

border-color css

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

 span { border-color: rgb(164,127,133); }

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