Html Css Color HEX #AC6D48 Bourbon

📋 copy color: '#AC6D48'

red 172 ◦ green 109 ◦ blue 72

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

Shades of Bourbon #AC6D48

Tints of Bourbon #AC6D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 48.73%
G = 30.88%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6D48 (or 0xAC6D48) is known color: Bourbon. HEX triplet: AC, 6D and 48. RGB value is (172,109,72). Sum of RGB (Red+Green+Blue) = 172+109+72=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D48 is #5392B7. Grayscale: #7B7B7B. Windows color (decimal): -5477048 or 4746668. OLE color: 4746668.

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

Color convert

RGB 172 109 72 -
CMYK 0 0.37 0.58 0.33
HSL 22.2º 0.41% 0.48% -
HSV(B) 22.2º 0.58% 0.67% -
XYZ 23.65 20.18 8.78 -
YUV 123.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 172 109 72 0 0.37 0.58 0.33 22.2 0.41 0.48
Hex AC 6D 48 0 25 3A 21 16 29 30
Octal 254 155 110 0 45 72 41 26 51 60
Binary 10101100 1101101 1001000 0 100101 111010 100001 10110 101001 110000

Color Harmonies of #AC6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D48

Black with #AC6D48

Text Example


Text Example

White with #AC6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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