Html Css Color HEX #A9744A Bourbon

📋 copy color: '#A9744A'

red 169 ◦ green 116 ◦ blue 74

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

Shades of Bourbon #A9744A

Tints of Bourbon #A9744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 47.08%
G = 32.31%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9744A (or 0xA9744A) is known color: Bourbon. HEX triplet: A9, 74 and 4A. RGB value is (169,116,74). Sum of RGB (Red+Green+Blue) = 169+116+74=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9744A is #568BB5. Grayscale: #7F7F7F. Windows color (decimal): -5671862 or 4879529. OLE color: 4879529.

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

Color convert

RGB 169 116 74 -
CMYK 0 0.31 0.56 0.34
HSL 26.53º 0.39% 0.48% -
HSV(B) 26.53º 0.56% 0.66% -
XYZ 23.84 21.42 9.36 -
YUV 127.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 169 116 74 0 0.31 0.56 0.34 26.53 0.39 0.48
Hex A9 74 4A 0 1F 38 22 1B 27 30
Octal 251 164 112 0 37 70 42 33 47 60
Binary 10101001 1110100 1001010 0 11111 111000 100010 11011 100111 110000

Color Harmonies of #A9744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9744A

Black with #A9744A

Text Example


Text Example

White with #A9744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9744A; }

 p { color: rgb(169,116,74); }

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

background-color css

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

 a { background-color: rgb(169,116,74); }

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

border-color css

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

 span { border-color: rgb(169,116,74); }

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