Html Css Color HEX #AA783D Bourbon

📋 copy color: '#AA783D'

red 170 ◦ green 120 ◦ blue 61

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

Shades of Bourbon #AA783D

Tints of Bourbon #AA783D

RGB

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

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

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

R = 48.43%
G = 34.19%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA783D (or 0xAA783D) is known color: Bourbon. HEX triplet: AA, 78 and 3D. RGB value is (170,120,61). Sum of RGB (Red+Green+Blue) = 170+120+61=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA783D is #5587C2. Grayscale: #808080. Windows color (decimal): -5605315 or 4028586. OLE color: 4028586.

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

Color convert

RGB 170 120 61 -
CMYK 0 0.29 0.64 0.33
HSL 32.48º 0.47% 0.45% -
HSV(B) 32.48º 0.64% 0.67% -
XYZ 24.14 22.32 7.45 -
YUV 128.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 170 120 61 0 0.29 0.64 0.33 32.48 0.47 0.45
Hex AA 78 3D 0 1D 40 21 20 2F 2D
Octal 252 170 75 0 35 100 41 40 57 55
Binary 10101010 1111000 111101 0 11101 1000000 100001 100000 101111 101101

Color Harmonies of #AA783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA783D

Black with #AA783D

Text Example


Text Example

White with #AA783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA783D; }

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

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

background-color css

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

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

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

border-color css

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

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

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