Html Css Color HEX #A47678 Turkish Rose

📋 copy color: '#A47678'

red 164 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #A47678

Tints of Turkish Rose #A47678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 40.8%
G = 29.35%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47678 (or 0xA47678) is known color: Turkish Rose. HEX triplet: A4, 76 and 78. RGB value is (164,118,120). Sum of RGB (Red+Green+Blue) = 164+118+120=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47678 is #5B8987. Grayscale: #848484. Windows color (decimal): -5998984 or 7894692. OLE color: 7894692.

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

Color convert

RGB 164 118 120 -
CMYK 0 0.28 0.27 0.36
HSL 357.39º 0.2% 0.55% -
HSV(B) 357.39º 0.28% 0.64% -
XYZ 25.18 22.21 20.73 -
YUV 131.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 164 118 120 0 0.28 0.27 0.36 357.39 0.2 0.55
Hex A4 76 78 0 1C 1B 24 165 14 37
Octal 244 166 170 0 34 33 44 545 24 67
Binary 10100100 1110110 1111000 0 11100 11011 100100 101100101 10100 110111

Color Harmonies of #A47678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47678

Black with #A47678

Text Example


Text Example

White with #A47678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47678; }

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

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

background-color css

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

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

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

border-color css

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

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

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