Html Css Color HEX #AC7A41 Bourbon

📋 copy color: '#AC7A41'

red 172 ◦ green 122 ◦ blue 65

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

Shades of Bourbon #AC7A41

Tints of Bourbon #AC7A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 47.91%
G = 33.98%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7A41 (or 0xAC7A41) is known color: Bourbon. HEX triplet: AC, 7A and 41. RGB value is (172,122,65). Sum of RGB (Red+Green+Blue) = 172+122+65=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A41 is #5385BE. Grayscale: #828282. Windows color (decimal): -5473727 or 4291244. OLE color: 4291244.

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

Color convert

RGB 172 122 65 -
CMYK 0 0.29 0.62 0.33
HSL 31.96º 0.45% 0.46% -
HSV(B) 31.96º 0.62% 0.67% -
XYZ 24.93 23.07 8.14 -
YUV 130.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 172 122 65 0 0.29 0.62 0.33 31.96 0.45 0.46
Hex AC 7A 41 0 1D 3E 21 20 2D 2E
Octal 254 172 101 0 35 76 41 40 55 56
Binary 10101100 1111010 1000001 0 11101 111110 100001 100000 101101 101110

Color Harmonies of #AC7A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A41

Black with #AC7A41

Text Example


Text Example

White with #AC7A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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