Html Css Color HEX #AC773F Bourbon

📋 copy color: '#AC773F'

red 172 ◦ green 119 ◦ blue 63

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

Shades of Bourbon #AC773F

Tints of Bourbon #AC773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 48.59%
G = 33.62%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC773F (or 0xAC773F) is known color: Bourbon. HEX triplet: AC, 77 and 3F. RGB value is (172,119,63). Sum of RGB (Red+Green+Blue) = 172+119+63=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773F is #5388C0. Grayscale: #808080. Windows color (decimal): -5474497 or 4159404. OLE color: 4159404.

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

Color convert

RGB 172 119 63 -
CMYK 0 0.31 0.63 0.33
HSL 30.83º 0.46% 0.46% -
HSV(B) 30.83º 0.63% 0.67% -
XYZ 24.51 22.32 7.72 -
YUV 128.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 172 119 63 0 0.31 0.63 0.33 30.83 0.46 0.46
Hex AC 77 3F 0 1F 3F 21 1F 2E 2E
Octal 254 167 77 0 37 77 41 37 56 56
Binary 10101100 1110111 111111 0 11111 111111 100001 11111 101110 101110

Color Harmonies of #AC773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC773F

Black with #AC773F

Text Example


Text Example

White with #AC773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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