Html Css Color HEX #A9673D Bourbon

📋 copy color: '#A9673D'

red 169 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #A9673D

Tints of Bourbon #A9673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 50.75%
G = 30.93%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9673D (or 0xA9673D) is known color: Bourbon. HEX triplet: A9, 67 and 3D. RGB value is (169,103,61). Sum of RGB (Red+Green+Blue) = 169+103+61=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9673D is #5698C2. Grayscale: #767676. Windows color (decimal): -5675203 or 4024233. OLE color: 4024233.

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

Color convert

RGB 169 103 61 -
CMYK 0 0.39 0.64 0.34
HSL 23.33º 0.47% 0.45% -
HSV(B) 23.33º 0.64% 0.66% -
XYZ 22.05 18.47 6.82 -
YUV 117.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 169 103 61 0 0.39 0.64 0.34 23.33 0.47 0.45
Hex A9 67 3D 0 27 40 22 17 2F 2D
Octal 251 147 75 0 47 100 42 27 57 55
Binary 10101001 1100111 111101 0 100111 1000000 100010 10111 101111 101101

Color Harmonies of #A9673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9673D

Black with #A9673D

Text Example


Text Example

White with #A9673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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