Html Css Color HEX #A9673B Bourbon

📋 copy color: '#A9673B'

red 169 ◦ green 103 ◦ blue 59

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

Shades of Bourbon #A9673B

Tints of Bourbon #A9673B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 51.06%
G = 31.12%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A9673B (or 0xA9673B) is known color: Bourbon. HEX triplet: A9, 67 and 3B. RGB value is (169,103,59). Sum of RGB (Red+Green+Blue) = 169+103+59=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9673B is #5698C4. Grayscale: #757575. Windows color (decimal): -5675205 or 3893161. OLE color: 3893161.

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

Color convert

RGB 169 103 59 -
CMYK 0 0.39 0.65 0.34
HSL 24º 0.48% 0.45% -
HSV(B) 24º 0.65% 0.66% -
XYZ 22 18.45 6.54 -
YUV 117.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 169 103 59 0 0.39 0.65 0.34 24 0.48 0.45
Hex A9 67 3B 0 27 41 22 18 30 2D
Octal 251 147 73 0 47 101 42 30 60 55
Binary 10101001 1100111 111011 0 100111 1000001 100010 11000 110000 101101

Color Harmonies of #A9673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9673B

Black with #A9673B

Text Example


Text Example

White with #A9673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9673B; }

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

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

background-color css

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

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

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

border-color css

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

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

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