Html Css Color HEX #A47279 Turkish Rose

📋 copy color: '#A47279'

red 164 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #A47279

Tints of Turkish Rose #A47279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 41.1%
G = 28.57%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A47279 (or 0xA47279) is known color: Turkish Rose. HEX triplet: A4, 72 and 79. RGB value is (164,114,121). Sum of RGB (Red+Green+Blue) = 164+114+121=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47279 is #5B8D86. Grayscale: #818181. Windows color (decimal): -6000007 or 7959204. OLE color: 7959204.

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

Color convert

RGB 164 114 121 -
CMYK 0 0.30 0.26 0.36
HSL 351.6º 0.22% 0.55% -
HSV(B) 351.6º 0.3% 0.64% -
XYZ 24.78 21.31 20.9 -
YUV 129.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 164 114 121 0 0.30 0.26 0.36 351.6 0.22 0.55
Hex A4 72 79 0 1E 1A 24 160 16 37
Octal 244 162 171 0 36 32 44 540 26 67
Binary 10100100 1110010 1111001 0 11110 11010 100100 101100000 10110 110111

Color Harmonies of #A47279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47279

Black with #A47279

Text Example


Text Example

White with #A47279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47279; }

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

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

background-color css

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

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

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

border-color css

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

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

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