Html Css Color HEX #AC6B3E Bourbon

📋 copy color: '#AC6B3E'

red 172 ◦ green 107 ◦ blue 62

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

Shades of Bourbon #AC6B3E

Tints of Bourbon #AC6B3E

RGB

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

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

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

R = 50.44%
G = 31.38%
B = 18.18%

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

#AC6B3E (or 0xAC6B3E) is known color: Bourbon. HEX triplet: AC, 6B and 3E. RGB value is (172,107,62). Sum of RGB (Red+Green+Blue) = 172+107+62=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B3E is #5394C1. Grayscale: #797979. Windows color (decimal): -5477570 or 4090796. OLE color: 4090796.

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

Color convert

RGB 172 107 62 -
CMYK 0 0.38 0.64 0.33
HSL 24.55º 0.47% 0.46% -
HSV(B) 24.55º 0.64% 0.67% -
XYZ 23.14 19.63 7.13 -
YUV 121.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 172 107 62 0 0.38 0.64 0.33 24.55 0.47 0.46
Hex AC 6B 3E 0 26 40 21 19 2F 2E
Octal 254 153 76 0 46 100 41 31 57 56
Binary 10101100 1101011 111110 0 100110 1000000 100001 11001 101111 101110

Color Harmonies of #AC6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B3E

Black with #AC6B3E

Text Example


Text Example

White with #AC6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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