Html Css Color HEX #AC6A39 Bourbon

📋 copy color: '#AC6A39'

red 172 ◦ green 106 ◦ blue 57

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

Shades of Bourbon #AC6A39

Tints of Bourbon #AC6A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 51.34%
G = 31.64%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC6A39 (or 0xAC6A39) is known color: Bourbon. HEX triplet: AC, 6A and 39. RGB value is (172,106,57). Sum of RGB (Red+Green+Blue) = 172+106+57=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A39 is #5395C6. Grayscale: #787878. Windows color (decimal): -5477831 or 3762860. OLE color: 3762860.

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

Color convert

RGB 172 106 57 -
CMYK 0 0.38 0.67 0.33
HSL 25.57º 0.5% 0.45% -
HSV(B) 25.57º 0.67% 0.67% -
XYZ 22.91 19.37 6.4 -
YUV 120.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 172 106 57 0 0.38 0.67 0.33 25.57 0.5 0.45
Hex AC 6A 39 0 26 43 21 1A 32 2D
Octal 254 152 71 0 46 103 41 32 62 55
Binary 10101100 1101010 111001 0 100110 1000011 100001 11010 110010 101101

Color Harmonies of #AC6A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A39

Black with #AC6A39

Text Example


Text Example

White with #AC6A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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