Html Css Color HEX #AA733F Bourbon

📋 copy color: '#AA733F'

red 170 ◦ green 115 ◦ blue 63

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

Shades of Bourbon #AA733F

Tints of Bourbon #AA733F

RGB

 RED value IS 170 (66.8% from 255) = 48.85%

 GREEN value IS 115 (45.31% from 255) = 33.05%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 48.85%
G = 33.05%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA733F (or 0xAA733F) is known color: Bourbon. HEX triplet: AA, 73 and 3F. RGB value is (170,115,63). Sum of RGB (Red+Green+Blue) = 170+115+63=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA733F is #558CC0. Grayscale: #7D7D7D. Windows color (decimal): -5606593 or 4158378. OLE color: 4158378.

HSL color Cylindrical-coordinate representation of color #AA733F: hue angle of 29.16º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA733F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 63 -
CMYK 0 0.32 0.63 0.33
HSL 29.16º 0.46% 0.46% -
HSV(B) 29.16º 0.63% 0.67% -
XYZ 23.61 21.17 7.54 -
YUV 125.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 170 115 63 0 0.32 0.63 0.33 29.16 0.46 0.46
Hex AA 73 3F 0 20 3F 21 1D 2E 2E
Octal 252 163 77 0 40 77 41 35 56 56
Binary 10101010 1110011 111111 0 100000 111111 100001 11101 101110 101110

Color Harmonies of #AA733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA733F

Black with #AA733F

Text Example


Text Example

White with #AA733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA733F; }

 p { color: rgb(170,115,63); }

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

background-color css

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

 a { background-color: rgb(170,115,63); }

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

border-color css

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

 span { border-color: rgb(170,115,63); }

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