Html Css Color HEX #A9683A Bourbon

📋 copy color: '#A9683A'

red 169 ◦ green 104 ◦ blue 58

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

Shades of Bourbon #A9683A

Tints of Bourbon #A9683A

RGB

 RED value IS 169 (66.41% from 255) = 51.06%

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 51.06%
G = 31.42%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9683A (or 0xA9683A) is known color: Bourbon. HEX triplet: A9, 68 and 3A. RGB value is (169,104,58). Sum of RGB (Red+Green+Blue) = 169+104+58=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9683A is #5697C5. Grayscale: #767676. Windows color (decimal): -5674950 or 3827881. OLE color: 3827881.

HSL color Cylindrical-coordinate representation of color #A9683A: hue angle of 24.86º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9683A is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 58 -
CMYK 0 0.38 0.66 0.34
HSL 24.86º 0.49% 0.45% -
HSV(B) 24.86º 0.66% 0.66% -
XYZ 22.08 18.64 6.44 -
YUV 118.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 169 104 58 0 0.38 0.66 0.34 24.86 0.49 0.45
Hex A9 68 3A 0 26 42 22 19 31 2D
Octal 251 150 72 0 46 102 42 31 61 55
Binary 10101001 1101000 111010 0 100110 1000010 100010 11001 110001 101101

Color Harmonies of #A9683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9683A

Black with #A9683A

Text Example


Text Example

White with #A9683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9683A; }

 p { color: rgb(169,104,58); }

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

background-color css

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

 a { background-color: rgb(169,104,58); }

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

border-color css

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

 span { border-color: rgb(169,104,58); }

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