Html Css Color HEX #A47679 Turkish Rose

📋 copy color: '#A47679'

red 164 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #A47679

Tints of Turkish Rose #A47679

RGB

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

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

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

R = 40.69%
G = 29.28%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A47679 (or 0xA47679) is known color: Turkish Rose. HEX triplet: A4, 76 and 79. RGB value is (164,118,121). Sum of RGB (Red+Green+Blue) = 164+118+121=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47679 is #5B8986. Grayscale: #848484. Windows color (decimal): -5998983 or 7960228. OLE color: 7960228.

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

Color convert

RGB 164 118 121 -
CMYK 0 0.28 0.26 0.36
HSL 356.09º 0.2% 0.55% -
HSV(B) 356.09º 0.28% 0.64% -
XYZ 25.24 22.23 21.05 -
YUV 132.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 164 118 121 0 0.28 0.26 0.36 356.09 0.2 0.55
Hex A4 76 79 0 1C 1A 24 164 14 37
Octal 244 166 171 0 34 32 44 544 24 67
Binary 10100100 1110110 1111001 0 11100 11010 100100 101100100 10100 110111

Color Harmonies of #A47679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47679

Black with #A47679

Text Example


Text Example

White with #A47679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47679; }

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

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

background-color css

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

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

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

border-color css

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

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

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