Html Css Color HEX #AC683E Bourbon

📋 copy color: '#AC683E'

red 172 ◦ green 104 ◦ blue 62

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

Shades of Bourbon #AC683E

Tints of Bourbon #AC683E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 50.89%
G = 30.77%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC683E (or 0xAC683E) is known color: Bourbon. HEX triplet: AC, 68 and 3E. RGB value is (172,104,62). Sum of RGB (Red+Green+Blue) = 172+104+62=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC683E is #5397C1. Grayscale: #777777. Windows color (decimal): -5478338 or 4090028. OLE color: 4090028.

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

Color convert

RGB 172 104 62 -
CMYK 0 0.40 0.64 0.33
HSL 22.91º 0.47% 0.46% -
HSV(B) 22.91º 0.64% 0.67% -
XYZ 22.83 19.02 7.03 -
YUV 119.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 172 104 62 0 0.40 0.64 0.33 22.91 0.47 0.46
Hex AC 68 3E 0 28 40 21 17 2F 2E
Octal 254 150 76 0 50 100 41 27 57 56
Binary 10101100 1101000 111110 0 101000 1000000 100001 10111 101111 101110

Color Harmonies of #AC683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC683E

Black with #AC683E

Text Example


Text Example

White with #AC683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC683E; }

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

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

background-color css

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

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

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

border-color css

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

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

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