Html Css Color HEX #AC753F Bourbon

📋 copy color: '#AC753F'

red 172 ◦ green 117 ◦ blue 63

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

Shades of Bourbon #AC753F

Tints of Bourbon #AC753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

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

R = 48.86%
G = 33.24%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC753F (or 0xAC753F) is known color: Bourbon. HEX triplet: AC, 75 and 3F. RGB value is (172,117,63). Sum of RGB (Red+Green+Blue) = 172+117+63=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC753F is #538AC0. Grayscale: #7F7F7F. Windows color (decimal): -5475009 or 4158892. OLE color: 4158892.

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

Color convert

RGB 172 117 63 -
CMYK 0 0.32 0.63 0.33
HSL 29.72º 0.46% 0.46% -
HSV(B) 29.72º 0.63% 0.67% -
XYZ 24.27 21.85 7.64 -
YUV 127.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 172 117 63 0 0.32 0.63 0.33 29.72 0.46 0.46
Hex AC 75 3F 0 20 3F 21 1E 2E 2E
Octal 254 165 77 0 40 77 41 36 56 56
Binary 10101100 1110101 111111 0 100000 111111 100001 11110 101110 101110

Color Harmonies of #AC753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC753F

Black with #AC753F

Text Example


Text Example

White with #AC753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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