Html Css Color HEX #AC663B Bourbon

📋 copy color: '#AC663B'

red 172 ◦ green 102 ◦ blue 59

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

Shades of Bourbon #AC663B

Tints of Bourbon #AC663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 59 (23.44% from 255) = 17.72%

R = 51.65%
G = 30.63%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC663B (or 0xAC663B) is known color: Bourbon. HEX triplet: AC, 66 and 3B. RGB value is (172,102,59). Sum of RGB (Red+Green+Blue) = 172+102+59=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC663B is #5399C4. Grayscale: #767676. Windows color (decimal): -5478853 or 3892908. OLE color: 3892908.

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

Color convert

RGB 172 102 59 -
CMYK 0 0.41 0.66 0.33
HSL 22.83º 0.49% 0.45% -
HSV(B) 22.83º 0.66% 0.67% -
XYZ 22.55 18.59 6.54 -
YUV 118.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 172 102 59 0 0.41 0.66 0.33 22.83 0.49 0.45
Hex AC 66 3B 0 29 42 21 17 31 2D
Octal 254 146 73 0 51 102 41 27 61 55
Binary 10101100 1100110 111011 0 101001 1000010 100001 10111 110001 101101

Color Harmonies of #AC663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC663B

Black with #AC663B

Text Example


Text Example

White with #AC663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC663B; }

 p { color: rgb(172,102,59); }

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

background-color css

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

 a { background-color: rgb(172,102,59); }

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

border-color css

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

 span { border-color: rgb(172,102,59); }

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