Html Css Color HEX #A9713D Bourbon

📋 copy color: '#A9713D'

red 169 ◦ green 113 ◦ blue 61

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

Shades of Bourbon #A9713D

Tints of Bourbon #A9713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 49.27%
G = 32.94%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9713D (or 0xA9713D) is known color: Bourbon. HEX triplet: A9, 71 and 3D. RGB value is (169,113,61). Sum of RGB (Red+Green+Blue) = 169+113+61=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9713D is #568EC2. Grayscale: #7C7C7C. Windows color (decimal): -5672643 or 4026793. OLE color: 4026793.

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

Color convert

RGB 169 113 61 -
CMYK 0 0.33 0.64 0.34
HSL 28.89º 0.47% 0.45% -
HSV(B) 28.89º 0.64% 0.66% -
XYZ 23.11 20.58 7.17 -
YUV 123.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 169 113 61 0 0.33 0.64 0.34 28.89 0.47 0.45
Hex A9 71 3D 0 21 40 22 1D 2F 2D
Octal 251 161 75 0 41 100 42 35 57 55
Binary 10101001 1110001 111101 0 100001 1000000 100010 11101 101111 101101

Color Harmonies of #A9713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9713D

Black with #A9713D

Text Example


Text Example

White with #A9713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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