Html Css Color HEX #AC6C43 Bourbon

📋 copy color: '#AC6C43'

red 172 ◦ green 108 ◦ blue 67

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

Shades of Bourbon #AC6C43

Tints of Bourbon #AC6C43

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 49.57%
G = 31.12%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC6C43 (or 0xAC6C43) is known color: Bourbon. HEX triplet: AC, 6C and 43. RGB value is (172,108,67). Sum of RGB (Red+Green+Blue) = 172+108+67=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C43 is #5393BC. Grayscale: #7A7A7A. Windows color (decimal): -5477309 or 4418732. OLE color: 4418732.

HSL color Cylindrical-coordinate representation of color #AC6C43: hue angle of 23.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC6C43 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 108 67 -
CMYK 0 0.37 0.61 0.33
HSL 23.43º 0.44% 0.47% -
HSV(B) 23.43º 0.61% 0.67% -
XYZ 23.39 19.9 7.92 -
YUV 122.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 172 108 67 0 0.37 0.61 0.33 23.43 0.44 0.47
Hex AC 6C 43 0 25 3D 21 17 2C 2F
Octal 254 154 103 0 45 75 41 27 54 57
Binary 10101100 1101100 1000011 0 100101 111101 100001 10111 101100 101111

Color Harmonies of #AC6C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C43

Black with #AC6C43

Text Example


Text Example

White with #AC6C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C43; }

 p { color: rgb(172,108,67); }

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

background-color css

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

 a { background-color: rgb(172,108,67); }

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

border-color css

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

 span { border-color: rgb(172,108,67); }

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