Html Css Color HEX #AC6B45 Bourbon

📋 copy color: '#AC6B45'

red 172 ◦ green 107 ◦ blue 69

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

Shades of Bourbon #AC6B45

Tints of Bourbon #AC6B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 49.43%
G = 30.75%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6B45 (or 0xAC6B45) is known color: Bourbon. HEX triplet: AC, 6B and 45. RGB value is (172,107,69). Sum of RGB (Red+Green+Blue) = 172+107+69=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B45 is #5394BA. Grayscale: #7A7A7A. Windows color (decimal): -5477563 or 4549548. OLE color: 4549548.

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

Color convert

RGB 172 107 69 -
CMYK 0 0.38 0.60 0.33
HSL 22.14º 0.43% 0.47% -
HSV(B) 22.14º 0.6% 0.67% -
XYZ 23.35 19.72 8.21 -
YUV 122.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 172 107 69 0 0.38 0.60 0.33 22.14 0.43 0.47
Hex AC 6B 45 0 26 3C 21 16 2B 2F
Octal 254 153 105 0 46 74 41 26 53 57
Binary 10101100 1101011 1000101 0 100110 111100 100001 10110 101011 101111

Color Harmonies of #AC6B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B45

Black with #AC6B45

Text Example


Text Example

White with #AC6B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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