Html Css Color HEX #A76679 Turkish Rose

📋 copy color: '#A76679'

red 167 ◦ green 102 ◦ blue 121

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

Shades of Turkish Rose #A76679

Tints of Turkish Rose #A76679

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

 GREEN value IS 102 (40.23% from 255) = 26.15%

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

R = 42.82%
G = 26.15%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A76679 (or 0xA76679) is known color: Turkish Rose. HEX triplet: A7, 66 and 79. RGB value is (167,102,121). Sum of RGB (Red+Green+Blue) = 167+102+121=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A76679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76679 is #589986. Grayscale: #7B7B7B. Windows color (decimal): -5806471 or 7956135. OLE color: 7956135.

HSL color Cylindrical-coordinate representation of color #A76679: hue angle of 342.46º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76679 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 121 -
CMYK 0 0.39 0.28 0.35
HSL 342.46º 0.27% 0.53% -
HSV(B) 342.46º 0.39% 0.65% -
XYZ 24.14 19.1 20.5 -
YUV 123.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 167 102 121 0 0.39 0.28 0.35 342.46 0.27 0.53
Hex A7 66 79 0 27 1C 23 156 1B 35
Octal 247 146 171 0 47 34 43 526 33 65
Binary 10100111 1100110 1111001 0 100111 11100 100011 101010110 11011 110101

Color Harmonies of #A76679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76679

Black with #A76679

Text Example


Text Example

White with #A76679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76679; }

 p { color: rgb(167,102,121); }

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

background-color css

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

 a { background-color: rgb(167,102,121); }

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

border-color css

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

 span { border-color: rgb(167,102,121); }

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