Html Css Color HEX #AC7741 Bourbon

📋 copy color: '#AC7741'

red 172 ◦ green 119 ◦ blue 65

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

Shades of Bourbon #AC7741

Tints of Bourbon #AC7741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 48.31%
G = 33.43%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7741 (or 0xAC7741) is known color: Bourbon. HEX triplet: AC, 77 and 41. RGB value is (172,119,65). Sum of RGB (Red+Green+Blue) = 172+119+65=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7741 is #5388BE. Grayscale: #808080. Windows color (decimal): -5474495 or 4290476. OLE color: 4290476.

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

Color convert

RGB 172 119 65 -
CMYK 0 0.31 0.62 0.33
HSL 30.28º 0.45% 0.46% -
HSV(B) 30.28º 0.62% 0.67% -
XYZ 24.56 22.35 8.02 -
YUV 128.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 172 119 65 0 0.31 0.62 0.33 30.28 0.45 0.46
Hex AC 77 41 0 1F 3E 21 1E 2D 2E
Octal 254 167 101 0 37 76 41 36 55 56
Binary 10101100 1110111 1000001 0 11111 111110 100001 11110 101101 101110

Color Harmonies of #AC7741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7741

Black with #AC7741

Text Example


Text Example

White with #AC7741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7741; }

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

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

background-color css

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

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

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

border-color css

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

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

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