Html Css Color HEX #AA783F Bourbon

📋 copy color: '#AA783F'

red 170 ◦ green 120 ◦ blue 63

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

Shades of Bourbon #AA783F

Tints of Bourbon #AA783F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 48.16%
G = 33.99%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA783F (or 0xAA783F) is known color: Bourbon. HEX triplet: AA, 78 and 3F. RGB value is (170,120,63). Sum of RGB (Red+Green+Blue) = 170+120+63=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA783F is #5587C0. Grayscale: #808080. Windows color (decimal): -5605313 or 4159658. OLE color: 4159658.

HSL color Cylindrical-coordinate representation of color #AA783F: hue angle of 31.96º 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 #AA783F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 63 -
CMYK 0 0.29 0.63 0.33
HSL 31.96º 0.46% 0.46% -
HSV(B) 31.96º 0.63% 0.67% -
XYZ 24.19 22.34 7.74 -
YUV 128.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 170 120 63 0 0.29 0.63 0.33 31.96 0.46 0.46
Hex AA 78 3F 0 1D 3F 21 20 2E 2E
Octal 252 170 77 0 35 77 41 40 56 56
Binary 10101010 1111000 111111 0 11101 111111 100001 100000 101110 101110

Color Harmonies of #AA783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA783F

Black with #AA783F

Text Example


Text Example

White with #AA783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA783F; }

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

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

background-color css

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

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

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

border-color css

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

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

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