Html Css Color HEX #AC6D3A Bourbon

📋 copy color: '#AC6D3A'

red 172 ◦ green 109 ◦ blue 58

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

Shades of Bourbon #AC6D3A

Tints of Bourbon #AC6D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 50.74%
G = 32.15%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC6D3A (or 0xAC6D3A) is known color: Bourbon. HEX triplet: AC, 6D and 3A. RGB value is (172,109,58). Sum of RGB (Red+Green+Blue) = 172+109+58=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D3A is #5392C5. Grayscale: #7A7A7A. Windows color (decimal): -5477062 or 3829164. OLE color: 3829164.

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

Color convert

RGB 172 109 58 -
CMYK 0 0.37 0.66 0.33
HSL 26.84º 0.5% 0.45% -
HSV(B) 26.84º 0.66% 0.67% -
XYZ 23.25 20.01 6.64 -
YUV 122.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 172 109 58 0 0.37 0.66 0.33 26.84 0.5 0.45
Hex AC 6D 3A 0 25 42 21 1B 32 2D
Octal 254 155 72 0 45 102 41 33 62 55
Binary 10101100 1101101 111010 0 100101 1000010 100001 11011 110010 101101

Color Harmonies of #AC6D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D3A

Black with #AC6D3A

Text Example


Text Example

White with #AC6D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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