Html Css Color HEX #AC7548 Bourbon

📋 copy color: '#AC7548'

red 172 ◦ green 117 ◦ blue 72

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

Shades of Bourbon #AC7548

Tints of Bourbon #AC7548

RGB

 RED value IS 172 (67.58% from 255) = 47.65%

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 47.65%
G = 32.41%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7548 (or 0xAC7548) is known color: Bourbon. HEX triplet: AC, 75 and 48. RGB value is (172,117,72). Sum of RGB (Red+Green+Blue) = 172+117+72=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7548 is #538AB7. Grayscale: #808080. Windows color (decimal): -5475000 or 4748716. OLE color: 4748716.

HSL color Cylindrical-coordinate representation of color #AC7548: hue angle of 27º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC7548 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 72 -
CMYK 0 0.32 0.58 0.33
HSL 27º 0.41% 0.48% -
HSV(B) 27º 0.58% 0.67% -
XYZ 24.54 21.96 9.08 -
YUV 128.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 172 117 72 0 0.32 0.58 0.33 27 0.41 0.48
Hex AC 75 48 0 20 3A 21 1B 29 30
Octal 254 165 110 0 40 72 41 33 51 60
Binary 10101100 1110101 1001000 0 100000 111010 100001 11011 101001 110000

Color Harmonies of #AC7548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7548

Black with #AC7548

Text Example


Text Example

White with #AC7548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7548; }

 p { color: rgb(172,117,72); }

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

background-color css

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

 a { background-color: rgb(172,117,72); }

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

border-color css

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

 span { border-color: rgb(172,117,72); }

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