Html Css Color HEX #AC773E Bourbon

📋 copy color: '#AC773E'

red 172 ◦ green 119 ◦ blue 62

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

Shades of Bourbon #AC773E

Tints of Bourbon #AC773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 48.73%
G = 33.71%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC773E (or 0xAC773E) is known color: Bourbon. HEX triplet: AC, 77 and 3E. RGB value is (172,119,62). Sum of RGB (Red+Green+Blue) = 172+119+62=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC773E is #5388C1. Grayscale: #808080. Windows color (decimal): -5474498 or 4093868. OLE color: 4093868.

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

Color convert

RGB 172 119 62 -
CMYK 0 0.31 0.64 0.33
HSL 31.09º 0.47% 0.46% -
HSV(B) 31.09º 0.64% 0.67% -
XYZ 24.48 22.31 7.57 -
YUV 128.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 172 119 62 0 0.31 0.64 0.33 31.09 0.47 0.46
Hex AC 77 3E 0 1F 40 21 1F 2F 2E
Octal 254 167 76 0 37 100 41 37 57 56
Binary 10101100 1110111 111110 0 11111 1000000 100001 11111 101111 101110

Color Harmonies of #AC773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC773E

Black with #AC773E

Text Example


Text Example

White with #AC773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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