Html Css Color HEX #A47273 Turkish Rose

📋 copy color: '#A47273'

red 164 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #A47273

Tints of Turkish Rose #A47273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 41.73%
G = 29.01%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A47273 (or 0xA47273) is known color: Turkish Rose. HEX triplet: A4, 72 and 73. RGB value is (164,114,115). Sum of RGB (Red+Green+Blue) = 164+114+115=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47273 is #5B8D8C. Grayscale: #818181. Windows color (decimal): -6000013 or 7565988. OLE color: 7565988.

HSL color Cylindrical-coordinate representation of color #A47273: hue angle of 358.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47273 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 115 -
CMYK 0 0.30 0.30 0.36
HSL 358.8º 0.22% 0.55% -
HSV(B) 358.8º 0.3% 0.64% -
XYZ 24.42 21.16 19.02 -
YUV 129.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 164 114 115 0 0.30 0.30 0.36 358.8 0.22 0.55
Hex A4 72 73 0 1E 1E 24 167 16 37
Octal 244 162 163 0 36 36 44 547 26 67
Binary 10100100 1110010 1110011 0 11110 11110 100100 101100111 10110 110111

Color Harmonies of #A47273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47273

Black with #A47273

Text Example


Text Example

White with #A47273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47273; }

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

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

background-color css

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

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

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

border-color css

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

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

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