Html Css Color HEX #AA693D Bourbon

📋 copy color: '#AA693D'

red 170 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #AA693D

Tints of Bourbon #AA693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 50.6%
G = 31.25%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA693D (or 0xAA693D) is known color: Bourbon. HEX triplet: AA, 69 and 3D. RGB value is (170,105,61). Sum of RGB (Red+Green+Blue) = 170+105+61=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA693D is #5596C2. Grayscale: #777777. Windows color (decimal): -5609155 or 4024746. OLE color: 4024746.

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

Color convert

RGB 170 105 61 -
CMYK 0 0.38 0.64 0.33
HSL 24.22º 0.47% 0.45% -
HSV(B) 24.22º 0.64% 0.67% -
XYZ 22.47 18.99 6.9 -
YUV 119.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 170 105 61 0 0.38 0.64 0.33 24.22 0.47 0.45
Hex AA 69 3D 0 26 40 21 18 2F 2D
Octal 252 151 75 0 46 100 41 30 57 55
Binary 10101010 1101001 111101 0 100110 1000000 100001 11000 101111 101101

Color Harmonies of #AA693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA693D

Black with #AA693D

Text Example


Text Example

White with #AA693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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