Html Css Color HEX #AC6E48 Bourbon

📋 copy color: '#AC6E48'

red 172 ◦ green 110 ◦ blue 72

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

Shades of Bourbon #AC6E48

Tints of Bourbon #AC6E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

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

R = 48.59%
G = 31.07%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6E48 (or 0xAC6E48) is known color: Bourbon. HEX triplet: AC, 6E and 48. RGB value is (172,110,72). Sum of RGB (Red+Green+Blue) = 172+110+72=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E48 is #5391B7. Grayscale: #7C7C7C. Windows color (decimal): -5476792 or 4746924. OLE color: 4746924.

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

Color convert

RGB 172 110 72 -
CMYK 0 0.36 0.58 0.33
HSL 22.8º 0.41% 0.48% -
HSV(B) 22.8º 0.58% 0.67% -
XYZ 23.76 20.39 8.81 -
YUV 124.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 172 110 72 0 0.36 0.58 0.33 22.8 0.41 0.48
Hex AC 6E 48 0 24 3A 21 17 29 30
Octal 254 156 110 0 44 72 41 27 51 60
Binary 10101100 1101110 1001000 0 100100 111010 100001 10111 101001 110000

Color Harmonies of #AC6E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E48

Black with #AC6E48

Text Example


Text Example

White with #AC6E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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