Html Css Color HEX #AC673A Bourbon

📋 copy color: '#AC673A'

red 172 ◦ green 103 ◦ blue 58

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

Shades of Bourbon #AC673A

Tints of Bourbon #AC673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 51.65%
G = 30.93%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC673A (or 0xAC673A) is known color: Bourbon. HEX triplet: AC, 67 and 3A. RGB value is (172,103,58). Sum of RGB (Red+Green+Blue) = 172+103+58=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC673A is #5398C5. Grayscale: #767676. Windows color (decimal): -5478598 or 3827628. OLE color: 3827628.

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

Color convert

RGB 172 103 58 -
CMYK 0 0.40 0.66 0.33
HSL 23.68º 0.5% 0.45% -
HSV(B) 23.68º 0.66% 0.67% -
XYZ 22.63 18.78 6.43 -
YUV 118.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 172 103 58 0 0.40 0.66 0.33 23.68 0.5 0.45
Hex AC 67 3A 0 28 42 21 18 32 2D
Octal 254 147 72 0 50 102 41 30 62 55
Binary 10101100 1100111 111010 0 101000 1000010 100001 11000 110010 101101

Color Harmonies of #AC673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC673A

Black with #AC673A

Text Example


Text Example

White with #AC673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC673A; }

 p { color: rgb(172,103,58); }

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

background-color css

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

 a { background-color: rgb(172,103,58); }

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

border-color css

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

 span { border-color: rgb(172,103,58); }

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