Html Css Color HEX #A76270 Turkish Rose

📋 copy color: '#A76270'

red 167 ◦ green 98 ◦ blue 112

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

Shades of Turkish Rose #A76270

Tints of Turkish Rose #A76270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 44.3%
G = 25.99%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A76270 (or 0xA76270) is known color: Turkish Rose. HEX triplet: A7, 62 and 70. RGB value is (167,98,112). Sum of RGB (Red+Green+Blue) = 167+98+112=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A76270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76270 is #589D8F. Grayscale: #787878. Windows color (decimal): -5807504 or 7365287. OLE color: 7365287.

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

Color convert

RGB 167 98 112 -
CMYK 0 0.41 0.33 0.35
HSL 347.83º 0.28% 0.52% -
HSV(B) 347.83º 0.41% 0.65% -
XYZ 23.23 18.12 17.6 -
YUV 120.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 167 98 112 0 0.41 0.33 0.35 347.83 0.28 0.52
Hex A7 62 70 0 29 21 23 15C 1C 34
Octal 247 142 160 0 51 41 43 534 34 64
Binary 10100111 1100010 1110000 0 101001 100001 100011 101011100 11100 110100

Color Harmonies of #A76270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76270

Black with #A76270

Text Example


Text Example

White with #A76270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76270; }

 p { color: rgb(167,98,112); }

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

background-color css

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

 a { background-color: rgb(167,98,112); }

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

border-color css

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

 span { border-color: rgb(167,98,112); }

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