Html Css Color HEX #AC763F Bourbon

📋 copy color: '#AC763F'

red 172 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #AC763F

Tints of Bourbon #AC763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

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

R = 48.73%
G = 33.43%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC763F (or 0xAC763F) is known color: Bourbon. HEX triplet: AC, 76 and 3F. RGB value is (172,118,63). Sum of RGB (Red+Green+Blue) = 172+118+63=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763F is #5389C0. Grayscale: #808080. Windows color (decimal): -5474753 or 4159148. OLE color: 4159148.

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

Color convert

RGB 172 118 63 -
CMYK 0 0.31 0.63 0.33
HSL 30.28º 0.46% 0.46% -
HSV(B) 30.28º 0.63% 0.67% -
XYZ 24.39 22.09 7.68 -
YUV 127.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 172 118 63 0 0.31 0.63 0.33 30.28 0.46 0.46
Hex AC 76 3F 0 1F 3F 21 1E 2E 2E
Octal 254 166 77 0 37 77 41 36 56 56
Binary 10101100 1110110 111111 0 11111 111111 100001 11110 101110 101110

Color Harmonies of #AC763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC763F

Black with #AC763F

Text Example


Text Example

White with #AC763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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