Html Css Color HEX #AC754B Bourbon

📋 copy color: '#AC754B'

red 172 ◦ green 117 ◦ blue 75

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

Shades of Bourbon #AC754B

Tints of Bourbon #AC754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 47.25%
G = 32.14%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC754B (or 0xAC754B) is known color: Bourbon. HEX triplet: AC, 75 and 4B. RGB value is (172,117,75). Sum of RGB (Red+Green+Blue) = 172+117+75=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC754B is #538AB4. Grayscale: #808080. Windows color (decimal): -5474997 or 4945324. OLE color: 4945324.

HSL color Cylindrical-coordinate representation of color #AC754B: hue angle of 25.98º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC754B is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 75 -
CMYK 0 0.32 0.56 0.33
HSL 25.98º 0.39% 0.48% -
HSV(B) 25.98º 0.56% 0.67% -
XYZ 24.64 22 9.6 -
YUV 128.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 172 117 75 0 0.32 0.56 0.33 25.98 0.39 0.48
Hex AC 75 4B 0 20 38 21 1A 27 30
Octal 254 165 113 0 40 70 41 32 47 60
Binary 10101100 1110101 1001011 0 100000 111000 100001 11010 100111 110000

Color Harmonies of #AC754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC754B

Black with #AC754B

Text Example


Text Example

White with #AC754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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