Html Css Color HEX #AC6B43 Bourbon

📋 copy color: '#AC6B43'

red 172 ◦ green 107 ◦ blue 67

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

Shades of Bourbon #AC6B43

Tints of Bourbon #AC6B43

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 49.71%
G = 30.92%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC6B43 (or 0xAC6B43) is known color: Bourbon. HEX triplet: AC, 6B and 43. RGB value is (172,107,67). Sum of RGB (Red+Green+Blue) = 172+107+67=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B43 is #5394BC. Grayscale: #7A7A7A. Windows color (decimal): -5477565 or 4418476. OLE color: 4418476.

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

Color convert

RGB 172 107 67 -
CMYK 0 0.38 0.61 0.33
HSL 22.86º 0.44% 0.47% -
HSV(B) 22.86º 0.61% 0.67% -
XYZ 23.28 19.69 7.88 -
YUV 121.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 172 107 67 0 0.38 0.61 0.33 22.86 0.44 0.47
Hex AC 6B 43 0 26 3D 21 17 2C 2F
Octal 254 153 103 0 46 75 41 27 54 57
Binary 10101100 1101011 1000011 0 100110 111101 100001 10111 101100 101111

Color Harmonies of #AC6B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B43

Black with #AC6B43

Text Example


Text Example

White with #AC6B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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