Html Css Color HEX #AC6D43 Bourbon

📋 copy color: '#AC6D43'

red 172 ◦ green 109 ◦ blue 67

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

Shades of Bourbon #AC6D43

Tints of Bourbon #AC6D43

RGB

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

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

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

R = 49.43%
G = 31.32%
B = 19.25%

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

#AC6D43 (or 0xAC6D43) is known color: Bourbon. HEX triplet: AC, 6D and 43. RGB value is (172,109,67). Sum of RGB (Red+Green+Blue) = 172+109+67=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D43 is #5392BC. Grayscale: #7B7B7B. Windows color (decimal): -5477053 or 4418988. OLE color: 4418988.

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

Color convert

RGB 172 109 67 -
CMYK 0 0.37 0.61 0.33
HSL 24º 0.44% 0.47% -
HSV(B) 24º 0.61% 0.67% -
XYZ 23.5 20.11 7.95 -
YUV 123.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 172 109 67 0 0.37 0.61 0.33 24 0.44 0.47
Hex AC 6D 43 0 25 3D 21 18 2C 2F
Octal 254 155 103 0 45 75 41 30 54 57
Binary 10101100 1101101 1000011 0 100101 111101 100001 11000 101100 101111

Color Harmonies of #AC6D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D43

Black with #AC6D43

Text Example


Text Example

White with #AC6D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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