Html Css Color HEX #A85F48 Tuscany

📋 copy color: '#A85F48'

red 168 ◦ green 95 ◦ blue 72

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

Shades of Tuscany #A85F48

Tints of Tuscany #A85F48

RGB

 RED value IS 168 (66.02% from 255) = 50.15%

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 50.15%
G = 28.36%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85F48 (or 0xA85F48) is known color: Tuscany. HEX triplet: A8, 5F and 48. RGB value is (168,95,72). Sum of RGB (Red+Green+Blue) = 168+95+72=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85F48 is #57A0B7. Grayscale: #727272. Windows color (decimal): -5742776 or 4743080. OLE color: 4743080.

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

Color convert

RGB 168 95 72 -
CMYK 0 0.43 0.57 0.34
HSL 14.38º 0.4% 0.47% -
HSV(B) 14.38º 0.57% 0.66% -
XYZ 21.41 16.98 8.28 -
YUV 114.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 168 95 72 0 0.43 0.57 0.34 14.38 0.4 0.47
Hex A8 5F 48 0 2B 39 22 E 28 2F
Octal 250 137 110 0 53 71 42 16 50 57
Binary 10101000 1011111 1001000 0 101011 111001 100010 1110 101000 101111

Color Harmonies of #A85F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F48

Black with #A85F48

Text Example


Text Example

White with #A85F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F48; }

 p { color: rgb(168,95,72); }

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

background-color css

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

 a { background-color: rgb(168,95,72); }

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

border-color css

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

 span { border-color: rgb(168,95,72); }

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