Html Css Color HEX #AA773D Bourbon

📋 copy color: '#AA773D'

red 170 ◦ green 119 ◦ blue 61

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

Shades of Bourbon #AA773D

Tints of Bourbon #AA773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 48.57%
G = 34%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA773D (or 0xAA773D) is known color: Bourbon. HEX triplet: AA, 77 and 3D. RGB value is (170,119,61). Sum of RGB (Red+Green+Blue) = 170+119+61=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA773D is #5588C2. Grayscale: #7F7F7F. Windows color (decimal): -5605571 or 4028330. OLE color: 4028330.

HSL color Cylindrical-coordinate representation of color #AA773D: hue angle of 31.93º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA773D is Cyan = 0, Magento = 0.3, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 61 -
CMYK 0 0.3 0.64 0.33
HSL 31.93º 0.47% 0.45% -
HSV(B) 31.93º 0.64% 0.67% -
XYZ 24.02 22.08 7.41 -
YUV 127.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 170 119 61 0 0.3 0.64 0.33 31.93 0.47 0.45
Hex AA 77 3D 0 1E 40 21 20 2F 2D
Octal 252 167 75 0 36 100 41 40 57 55
Binary 10101010 1110111 111101 0 11110 1000000 100001 100000 101111 101101

Color Harmonies of #AA773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA773D

Black with #AA773D

Text Example


Text Example

White with #AA773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA773D; }

 p { color: rgb(170,119,61); }

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

background-color css

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

 a { background-color: rgb(170,119,61); }

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

border-color css

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

 span { border-color: rgb(170,119,61); }

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