Html Css Color HEX #A76348 Tuscany

📋 copy color: '#A76348'

red 167 ◦ green 99 ◦ blue 72

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

Shades of Tuscany #A76348

Tints of Tuscany #A76348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 49.41%
G = 29.29%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A76348 (or 0xA76348) is known color: Tuscany. HEX triplet: A7, 63 and 48. RGB value is (167,99,72). Sum of RGB (Red+Green+Blue) = 167+99+72=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A76348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76348 is #589CB7. Grayscale: #747474. Windows color (decimal): -5807288 or 4744103. OLE color: 4744103.

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

Color convert

RGB 167 99 72 -
CMYK 0 0.41 0.57 0.35
HSL 17.05º 0.4% 0.47% -
HSV(B) 17.05º 0.57% 0.65% -
XYZ 21.57 17.61 8.39 -
YUV 116.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 167 99 72 0 0.41 0.57 0.35 17.05 0.4 0.47
Hex A7 63 48 0 29 39 23 11 28 2F
Octal 247 143 110 0 51 71 43 21 50 57
Binary 10100111 1100011 1001000 0 101001 111001 100011 10001 101000 101111

Color Harmonies of #A76348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76348

Black with #A76348

Text Example


Text Example

White with #A76348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76348; }

 p { color: rgb(167,99,72); }

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

background-color css

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

 a { background-color: rgb(167,99,72); }

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

border-color css

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

 span { border-color: rgb(167,99,72); }

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