Html Css Color HEX #A76572 Turkish Rose

📋 copy color: '#A76572'

red 167 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #A76572

Tints of Turkish Rose #A76572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 43.72%
G = 26.44%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A76572 (or 0xA76572) is known color: Turkish Rose. HEX triplet: A7, 65 and 72. RGB value is (167,101,114). Sum of RGB (Red+Green+Blue) = 167+101+114=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A76572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76572 is #589A8D. Grayscale: #7A7A7A. Windows color (decimal): -5806734 or 7497127. OLE color: 7497127.

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

Color convert

RGB 167 101 114 -
CMYK 0 0.40 0.32 0.35
HSL 348.18º 0.27% 0.53% -
HSV(B) 348.18º 0.4% 0.65% -
XYZ 23.63 18.74 18.29 -
YUV 122.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 167 101 114 0 0.40 0.32 0.35 348.18 0.27 0.53
Hex A7 65 72 0 28 20 23 15C 1B 35
Octal 247 145 162 0 50 40 43 534 33 65
Binary 10100111 1100101 1110010 0 101000 100000 100011 101011100 11011 110101

Color Harmonies of #A76572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76572

Black with #A76572

Text Example


Text Example

White with #A76572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76572; }

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

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

background-color css

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

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

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

border-color css

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

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

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