Html Css Color HEX #A9713A Bourbon

📋 copy color: '#A9713A'

red 169 ◦ green 113 ◦ blue 58

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

Shades of Bourbon #A9713A

Tints of Bourbon #A9713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 49.71%
G = 33.24%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9713A (or 0xA9713A) is known color: Bourbon. HEX triplet: A9, 71 and 3A. RGB value is (169,113,58). Sum of RGB (Red+Green+Blue) = 169+113+58=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A9713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9713A is #568EC5. Grayscale: #7B7B7B. Windows color (decimal): -5672646 or 3830185. OLE color: 3830185.

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

Color convert

RGB 169 113 58 -
CMYK 0 0.33 0.66 0.34
HSL 29.73º 0.49% 0.45% -
HSV(B) 29.73º 0.66% 0.66% -
XYZ 23.03 20.55 6.76 -
YUV 123.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 169 113 58 0 0.33 0.66 0.34 29.73 0.49 0.45
Hex A9 71 3A 0 21 42 22 1E 31 2D
Octal 251 161 72 0 41 102 42 36 61 55
Binary 10101001 1110001 111010 0 100001 1000010 100010 11110 110001 101101

Color Harmonies of #A9713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9713A

Black with #A9713A

Text Example


Text Example

White with #A9713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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