Html Css Color HEX #AC774A Bourbon

📋 copy color: '#AC774A'

red 172 ◦ green 119 ◦ blue 74

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

Shades of Bourbon #AC774A

Tints of Bourbon #AC774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 47.12%
G = 32.6%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC774A (or 0xAC774A) is known color: Bourbon. HEX triplet: AC, 77 and 4A. RGB value is (172,119,74). Sum of RGB (Red+Green+Blue) = 172+119+74=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC774A is #5388B5. Grayscale: #818181. Windows color (decimal): -5474486 or 4880300. OLE color: 4880300.

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

Color convert

RGB 172 119 74 -
CMYK 0 0.31 0.57 0.33
HSL 27.55º 0.4% 0.48% -
HSV(B) 27.55º 0.57% 0.67% -
XYZ 24.85 22.46 9.5 -
YUV 129.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 172 119 74 0 0.31 0.57 0.33 27.55 0.4 0.48
Hex AC 77 4A 0 1F 39 21 1C 28 30
Octal 254 167 112 0 37 71 41 34 50 60
Binary 10101100 1110111 1001010 0 11111 111001 100001 11100 101000 110000

Color Harmonies of #AC774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC774A

Black with #AC774A

Text Example


Text Example

White with #AC774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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