Html Css Color HEX #A96A38 Bourbon

📋 copy color: '#A96A38'

red 169 ◦ green 106 ◦ blue 56

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

Shades of Bourbon #A96A38

Tints of Bourbon #A96A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 51.06%
G = 32.02%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A96A38 (or 0xA96A38) is known color: Bourbon. HEX triplet: A9, 6A and 38. RGB value is (169,106,56). Sum of RGB (Red+Green+Blue) = 169+106+56=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A38 is #5695C7. Grayscale: #777777. Windows color (decimal): -5674440 or 3697321. OLE color: 3697321.

HSL color Cylindrical-coordinate representation of color #A96A38: hue angle of 26.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A96A38 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 106 56 -
CMYK 0 0.37 0.67 0.34
HSL 26.55º 0.5% 0.44% -
HSV(B) 26.55º 0.67% 0.66% -
XYZ 22.23 19.03 6.24 -
YUV 119.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 169 106 56 0 0.37 0.67 0.34 26.55 0.5 0.44
Hex A9 6A 38 0 25 43 22 1B 32 2C
Octal 251 152 70 0 45 103 42 33 62 54
Binary 10101001 1101010 111000 0 100101 1000011 100010 11011 110010 101100

Color Harmonies of #A96A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A38

Black with #A96A38

Text Example


Text Example

White with #A96A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A38; }

 p { color: rgb(169,106,56); }

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

background-color css

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

 a { background-color: rgb(169,106,56); }

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

border-color css

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

 span { border-color: rgb(169,106,56); }

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