Html Css Color HEX #AA663D Bourbon

📋 copy color: '#AA663D'

red 170 ◦ green 102 ◦ blue 61

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

Shades of Bourbon #AA663D

Tints of Bourbon #AA663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 51.05%
G = 30.63%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA663D (or 0xAA663D) is known color: Bourbon. HEX triplet: AA, 66 and 3D. RGB value is (170,102,61). Sum of RGB (Red+Green+Blue) = 170+102+61=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663D is #5599C2. Grayscale: #757575. Windows color (decimal): -5609923 or 4023978. OLE color: 4023978.

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

Color convert

RGB 170 102 61 -
CMYK 0 0.4 0.64 0.33
HSL 22.57º 0.47% 0.45% -
HSV(B) 22.57º 0.64% 0.67% -
XYZ 22.17 18.39 6.8 -
YUV 117.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 170 102 61 0 0.4 0.64 0.33 22.57 0.47 0.45
Hex AA 66 3D 0 28 40 21 17 2F 2D
Octal 252 146 75 0 50 100 41 27 57 55
Binary 10101010 1100110 111101 0 101000 1000000 100001 10111 101111 101101

Color Harmonies of #AA663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA663D

Black with #AA663D

Text Example


Text Example

White with #AA663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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