Html Css Color HEX #AC6B3A Bourbon

📋 copy color: '#AC6B3A'

red 172 ◦ green 107 ◦ blue 58

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

Shades of Bourbon #AC6B3A

Tints of Bourbon #AC6B3A

RGB

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

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

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

R = 51.04%
G = 31.75%
B = 17.21%

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

#AC6B3A (or 0xAC6B3A) is known color: Bourbon. HEX triplet: AC, 6B and 3A. RGB value is (172,107,58). Sum of RGB (Red+Green+Blue) = 172+107+58=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B3A is #5394C5. Grayscale: #797979. Windows color (decimal): -5477574 or 3828652. OLE color: 3828652.

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

Color convert

RGB 172 107 58 -
CMYK 0 0.38 0.66 0.33
HSL 25.79º 0.5% 0.45% -
HSV(B) 25.79º 0.66% 0.67% -
XYZ 23.03 19.59 6.57 -
YUV 120.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 172 107 58 0 0.38 0.66 0.33 25.79 0.5 0.45
Hex AC 6B 3A 0 26 42 21 1A 32 2D
Octal 254 153 72 0 46 102 41 32 62 55
Binary 10101100 1101011 111010 0 100110 1000010 100001 11010 110010 101101

Color Harmonies of #AC6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B3A

Black with #AC6B3A

Text Example


Text Example

White with #AC6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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