Html Css Color HEX #A47277 Turkish Rose

📋 copy color: '#A47277'

red 164 ◦ green 114 ◦ blue 119

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

Shades of Turkish Rose #A47277

Tints of Turkish Rose #A47277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 41.31%
G = 28.72%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47277 (or 0xA47277) is known color: Turkish Rose. HEX triplet: A4, 72 and 77. RGB value is (164,114,119). Sum of RGB (Red+Green+Blue) = 164+114+119=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47277 is #5B8D88. Grayscale: #818181. Windows color (decimal): -6000009 or 7828132. OLE color: 7828132.

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

Color convert

RGB 164 114 119 -
CMYK 0 0.30 0.27 0.36
HSL 354º 0.22% 0.55% -
HSV(B) 354º 0.3% 0.64% -
XYZ 24.66 21.26 20.26 -
YUV 129.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 164 114 119 0 0.30 0.27 0.36 354 0.22 0.55
Hex A4 72 77 0 1E 1B 24 162 16 37
Octal 244 162 167 0 36 33 44 542 26 67
Binary 10100100 1110010 1110111 0 11110 11011 100100 101100010 10110 110111

Color Harmonies of #A47277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47277

Black with #A47277

Text Example


Text Example

White with #A47277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47277; }

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

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

background-color css

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

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

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

border-color css

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

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

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