Html Css Color HEX #AC6A3A Bourbon

📋 copy color: '#AC6A3A'

red 172 ◦ green 106 ◦ blue 58

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

Shades of Bourbon #AC6A3A

Tints of Bourbon #AC6A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

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

R = 51.19%
G = 31.55%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC6A3A (or 0xAC6A3A) is known color: Bourbon. HEX triplet: AC, 6A and 3A. RGB value is (172,106,58). Sum of RGB (Red+Green+Blue) = 172+106+58=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A3A is #5395C5. Grayscale: #787878. Windows color (decimal): -5477830 or 3828396. OLE color: 3828396.

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

Color convert

RGB 172 106 58 -
CMYK 0 0.38 0.66 0.33
HSL 25.26º 0.5% 0.45% -
HSV(B) 25.26º 0.66% 0.67% -
XYZ 22.93 19.38 6.54 -
YUV 120.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 172 106 58 0 0.38 0.66 0.33 25.26 0.5 0.45
Hex AC 6A 3A 0 26 42 21 19 32 2D
Octal 254 152 72 0 46 102 41 31 62 55
Binary 10101100 1101010 111010 0 100110 1000010 100001 11001 110010 101101

Color Harmonies of #AC6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A3A

Black with #AC6A3A

Text Example


Text Example

White with #AC6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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