Html Css Color HEX #AC663E Bourbon

📋 copy color: '#AC663E'

red 172 ◦ green 102 ◦ blue 62

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

Shades of Bourbon #AC663E

Tints of Bourbon #AC663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 51.19%
G = 30.36%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC663E (or 0xAC663E) is known color: Bourbon. HEX triplet: AC, 66 and 3E. RGB value is (172,102,62). Sum of RGB (Red+Green+Blue) = 172+102+62=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC663E is #5399C1. Grayscale: #767676. Windows color (decimal): -5478850 or 4089516. OLE color: 4089516.

HSL color Cylindrical-coordinate representation of color #AC663E: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC663E is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 62 -
CMYK 0 0.41 0.64 0.33
HSL 21.82º 0.47% 0.46% -
HSV(B) 21.82º 0.64% 0.67% -
XYZ 22.63 18.62 6.96 -
YUV 118.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 172 102 62 0 0.41 0.64 0.33 21.82 0.47 0.46
Hex AC 66 3E 0 29 40 21 16 2F 2E
Octal 254 146 76 0 51 100 41 26 57 56
Binary 10101100 1100110 111110 0 101001 1000000 100001 10110 101111 101110

Color Harmonies of #AC663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC663E

Black with #AC663E

Text Example


Text Example

White with #AC663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC663E; }

 p { color: rgb(172,102,62); }

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

background-color css

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

 a { background-color: rgb(172,102,62); }

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

border-color css

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

 span { border-color: rgb(172,102,62); }

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