Html Css Color HEX #AA703D Bourbon

📋 copy color: '#AA703D'

red 170 ◦ green 112 ◦ blue 61

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

Shades of Bourbon #AA703D

Tints of Bourbon #AA703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 49.56%
G = 32.65%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA703D (or 0xAA703D) is known color: Bourbon. HEX triplet: AA, 70 and 3D. RGB value is (170,112,61). Sum of RGB (Red+Green+Blue) = 170+112+61=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA703D is #558FC2. Grayscale: #7B7B7B. Windows color (decimal): -5607363 or 4026538. OLE color: 4026538.

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

Color convert

RGB 170 112 61 -
CMYK 0 0.34 0.64 0.33
HSL 28.07º 0.47% 0.45% -
HSV(B) 28.07º 0.64% 0.67% -
XYZ 23.21 20.47 7.14 -
YUV 123.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 170 112 61 0 0.34 0.64 0.33 28.07 0.47 0.45
Hex AA 70 3D 0 22 40 21 1C 2F 2D
Octal 252 160 75 0 42 100 41 34 57 55
Binary 10101010 1110000 111101 0 100010 1000000 100001 11100 101111 101101

Color Harmonies of #AA703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA703D

Black with #AA703D

Text Example


Text Example

White with #AA703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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