Html Css Color HEX #A76970 Turkish Rose

📋 copy color: '#A76970'

red 167 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #A76970

Tints of Turkish Rose #A76970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 43.49%
G = 27.34%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A76970 (or 0xA76970) is known color: Turkish Rose. HEX triplet: A7, 69 and 70. RGB value is (167,105,112). Sum of RGB (Red+Green+Blue) = 167+105+112=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A76970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76970 is #58968F. Grayscale: #7C7C7C. Windows color (decimal): -5805712 or 7367079. OLE color: 7367079.

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

Color convert

RGB 167 105 112 -
CMYK 0 0.37 0.33 0.35
HSL 353.23º 0.26% 0.53% -
HSV(B) 353.23º 0.37% 0.65% -
XYZ 23.91 19.49 17.83 -
YUV 124.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 167 105 112 0 0.37 0.33 0.35 353.23 0.26 0.53
Hex A7 69 70 0 25 21 23 161 1A 35
Octal 247 151 160 0 45 41 43 541 32 65
Binary 10100111 1101001 1110000 0 100101 100001 100011 101100001 11010 110101

Color Harmonies of #A76970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76970

Black with #A76970

Text Example


Text Example

White with #A76970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76970; }

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

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

background-color css

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

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

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

border-color css

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

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

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