Html Css Color HEX #AC7748 Bourbon

📋 copy color: '#AC7748'

red 172 ◦ green 119 ◦ blue 72

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

Shades of Bourbon #AC7748

Tints of Bourbon #AC7748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 47.38%
G = 32.78%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7748 (or 0xAC7748) is known color: Bourbon. HEX triplet: AC, 77 and 48. RGB value is (172,119,72). Sum of RGB (Red+Green+Blue) = 172+119+72=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7748 is #5388B7. Grayscale: #818181. Windows color (decimal): -5474488 or 4749228. OLE color: 4749228.

HSL color Cylindrical-coordinate representation of color #AC7748: hue angle of 28.2º 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 #AC7748 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 72 -
CMYK 0 0.31 0.58 0.33
HSL 28.2º 0.41% 0.48% -
HSV(B) 28.2º 0.58% 0.67% -
XYZ 24.78 22.43 9.15 -
YUV 129.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 172 119 72 0 0.31 0.58 0.33 28.2 0.41 0.48
Hex AC 77 48 0 1F 3A 21 1C 29 30
Octal 254 167 110 0 37 72 41 34 51 60
Binary 10101100 1110111 1001000 0 11111 111010 100001 11100 101001 110000

Color Harmonies of #AC7748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7748

Black with #AC7748

Text Example


Text Example

White with #AC7748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7748; }

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

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

background-color css

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

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

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

border-color css

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

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

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