Html Css Color HEX #A47078 Turkish Rose

📋 copy color: '#A47078'

red 164 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #A47078

Tints of Turkish Rose #A47078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 41.41%
G = 28.28%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47078 (or 0xA47078) is known color: Turkish Rose. HEX triplet: A4, 70 and 78. RGB value is (164,112,120). Sum of RGB (Red+Green+Blue) = 164+112+120=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47078 is #5B8F87. Grayscale: #808080. Windows color (decimal): -6000520 or 7893156. OLE color: 7893156.

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

Color convert

RGB 164 112 120 -
CMYK 0 0.32 0.27 0.36
HSL 350.77º 0.22% 0.54% -
HSV(B) 350.77º 0.32% 0.64% -
XYZ 24.49 20.84 20.5 -
YUV 128.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 164 112 120 0 0.32 0.27 0.36 350.77 0.22 0.54
Hex A4 70 78 0 20 1B 24 15F 16 36
Octal 244 160 170 0 40 33 44 537 26 66
Binary 10100100 1110000 1111000 0 100000 11011 100100 101011111 10110 110110

Color Harmonies of #A47078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47078

Black with #A47078

Text Example


Text Example

White with #A47078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47078; }

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

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

background-color css

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

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

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

border-color css

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

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

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