Html Css Color HEX #A47278 Turkish Rose

📋 copy color: '#A47278'

red 164 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #A47278

Tints of Turkish Rose #A47278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 41.21%
G = 28.64%
B = 30.15%

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

#A47278 (or 0xA47278) is known color: Turkish Rose. HEX triplet: A4, 72 and 78. RGB value is (164,114,120). Sum of RGB (Red+Green+Blue) = 164+114+120=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47278 is #5B8D87. Grayscale: #818181. Windows color (decimal): -6000008 or 7893668. OLE color: 7893668.

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

Color convert

RGB 164 114 120 -
CMYK 0 0.30 0.27 0.36
HSL 352.8º 0.22% 0.55% -
HSV(B) 352.8º 0.3% 0.64% -
XYZ 24.72 21.28 20.57 -
YUV 129.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 164 114 120 0 0.30 0.27 0.36 352.8 0.22 0.55
Hex A4 72 78 0 1E 1B 24 161 16 37
Octal 244 162 170 0 36 33 44 541 26 67
Binary 10100100 1110010 1111000 0 11110 11011 100100 101100001 10110 110111

Color Harmonies of #A47278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47278

Black with #A47278

Text Example


Text Example

White with #A47278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47278; }

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

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

background-color css

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

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

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

border-color css

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

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

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