Html Css Color HEX #A76672 Turkish Rose

📋 copy color: '#A76672'

red 167 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #A76672

Tints of Turkish Rose #A76672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 43.6%
G = 26.63%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A76672 (or 0xA76672) is known color: Turkish Rose. HEX triplet: A7, 66 and 72. RGB value is (167,102,114). Sum of RGB (Red+Green+Blue) = 167+102+114=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A76672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76672 is #58998D. Grayscale: #7A7A7A. Windows color (decimal): -5806478 or 7497383. OLE color: 7497383.

HSL color Cylindrical-coordinate representation of color #A76672: hue angle of 348.92º 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 #A76672 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 114 -
CMYK 0 0.39 0.32 0.35
HSL 348.92º 0.27% 0.53% -
HSV(B) 348.92º 0.39% 0.65% -
XYZ 23.72 18.93 18.32 -
YUV 122.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 167 102 114 0 0.39 0.32 0.35 348.92 0.27 0.53
Hex A7 66 72 0 27 20 23 15D 1B 35
Octal 247 146 162 0 47 40 43 535 33 65
Binary 10100111 1100110 1110010 0 100111 100000 100011 101011101 11011 110101

Color Harmonies of #A76672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76672

Black with #A76672

Text Example


Text Example

White with #A76672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76672; }

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

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

background-color css

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

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

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

border-color css

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

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

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