Html Css Color HEX #AC673D Bourbon

📋 copy color: '#AC673D'

red 172 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #AC673D

Tints of Bourbon #AC673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 51.19%
G = 30.65%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC673D (or 0xAC673D) is known color: Bourbon. HEX triplet: AC, 67 and 3D. RGB value is (172,103,61). Sum of RGB (Red+Green+Blue) = 172+103+61=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC673D is #5398C2. Grayscale: #777777. Windows color (decimal): -5478595 or 4024236. OLE color: 4024236.

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

Color convert

RGB 172 103 61 -
CMYK 0 0.40 0.65 0.33
HSL 22.7º 0.48% 0.46% -
HSV(B) 22.7º 0.65% 0.67% -
XYZ 22.71 18.81 6.85 -
YUV 118.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 172 103 61 0 0.40 0.65 0.33 22.7 0.48 0.46
Hex AC 67 3D 0 28 41 21 17 30 2E
Octal 254 147 75 0 50 101 41 27 60 56
Binary 10101100 1100111 111101 0 101000 1000001 100001 10111 110000 101110

Color Harmonies of #AC673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC673D

Black with #AC673D

Text Example


Text Example

White with #AC673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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