Html Css Color HEX #AC773D Bourbon

📋 copy color: '#AC773D'

red 172 ◦ green 119 ◦ blue 61

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

Shades of Bourbon #AC773D

Tints of Bourbon #AC773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 48.86%
G = 33.81%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC773D (or 0xAC773D) is known color: Bourbon. HEX triplet: AC, 77 and 3D. RGB value is (172,119,61). Sum of RGB (Red+Green+Blue) = 172+119+61=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773D is #5388C2. Grayscale: #808080. Windows color (decimal): -5474499 or 4028332. OLE color: 4028332.

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

Color convert

RGB 172 119 61 -
CMYK 0 0.31 0.65 0.33
HSL 31.35º 0.48% 0.46% -
HSV(B) 31.35º 0.65% 0.67% -
XYZ 24.45 22.3 7.43 -
YUV 128.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 172 119 61 0 0.31 0.65 0.33 31.35 0.48 0.46
Hex AC 77 3D 0 1F 41 21 1F 30 2E
Octal 254 167 75 0 37 101 41 37 60 56
Binary 10101100 1110111 111101 0 11111 1000001 100001 11111 110000 101110

Color Harmonies of #AC773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC773D

Black with #AC773D

Text Example


Text Example

White with #AC773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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