Html Css Color HEX #AC6A3E Bourbon

📋 copy color: '#AC6A3E'

red 172 ◦ green 106 ◦ blue 62

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

Shades of Bourbon #AC6A3E

Tints of Bourbon #AC6A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 50.59%
G = 31.18%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC6A3E (or 0xAC6A3E) is known color: Bourbon. HEX triplet: AC, 6A and 3E. RGB value is (172,106,62). Sum of RGB (Red+Green+Blue) = 172+106+62=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A3E is #5395C1. Grayscale: #787878. Windows color (decimal): -5477826 or 4090540. OLE color: 4090540.

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

Color convert

RGB 172 106 62 -
CMYK 0 0.38 0.64 0.33
HSL 24º 0.47% 0.46% -
HSV(B) 24º 0.64% 0.67% -
XYZ 23.04 19.43 7.09 -
YUV 120.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 172 106 62 0 0.38 0.64 0.33 24 0.47 0.46
Hex AC 6A 3E 0 26 40 21 18 2F 2E
Octal 254 152 76 0 46 100 41 30 57 56
Binary 10101100 1101010 111110 0 100110 1000000 100001 11000 101111 101110

Color Harmonies of #AC6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A3E

Black with #AC6A3E

Text Example


Text Example

White with #AC6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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