Html Css Color HEX #AC6C40 Bourbon

📋 copy color: '#AC6C40'

red 172 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #AC6C40

Tints of Bourbon #AC6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 50%
G = 31.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6C40 (or 0xAC6C40) is known color: Bourbon. HEX triplet: AC, 6C and 40. RGB value is (172,108,64). Sum of RGB (Red+Green+Blue) = 172+108+64=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C40 is #5393BF. Grayscale: #7A7A7A. Windows color (decimal): -5477312 or 4222124. OLE color: 4222124.

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

Color convert

RGB 172 108 64 -
CMYK 0 0.37 0.63 0.33
HSL 24.44º 0.46% 0.46% -
HSV(B) 24.44º 0.63% 0.67% -
XYZ 23.3 19.87 7.46 -
YUV 122.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 172 108 64 0 0.37 0.63 0.33 24.44 0.46 0.46
Hex AC 6C 40 0 25 3F 21 18 2E 2E
Octal 254 154 100 0 45 77 41 30 56 56
Binary 10101100 1101100 1000000 0 100101 111111 100001 11000 101110 101110

Color Harmonies of #AC6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C40

Black with #AC6C40

Text Example


Text Example

White with #AC6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C40; }

 p { color: rgb(172,108,64); }

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

background-color css

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

 a { background-color: rgb(172,108,64); }

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

border-color css

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

 span { border-color: rgb(172,108,64); }

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