Html Css Color HEX #A8663D Bourbon

📋 copy color: '#A8663D'

red 168 ◦ green 102 ◦ blue 61

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

Shades of Bourbon #A8663D

Tints of Bourbon #A8663D

RGB

 RED value IS 168 (66.02% from 255) = 50.76%

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

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

R = 50.76%
G = 30.82%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8663D (or 0xA8663D) is known color: Bourbon. HEX triplet: A8, 66 and 3D. RGB value is (168,102,61). Sum of RGB (Red+Green+Blue) = 168+102+61=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8663D is #5799C2. Grayscale: #757575. Windows color (decimal): -5740995 or 4023976. OLE color: 4023976.

HSL color Cylindrical-coordinate representation of color #A8663D: hue angle of 22.99º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8663D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 61 -
CMYK 0 0.39 0.64 0.34
HSL 22.99º 0.47% 0.45% -
HSV(B) 22.99º 0.64% 0.66% -
XYZ 21.74 18.16 6.78 -
YUV 117.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 168 102 61 0 0.39 0.64 0.34 22.99 0.47 0.45
Hex A8 66 3D 0 27 40 22 17 2F 2D
Octal 250 146 75 0 47 100 42 27 57 55
Binary 10101000 1100110 111101 0 100111 1000000 100010 10111 101111 101101

Color Harmonies of #A8663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8663D

Black with #A8663D

Text Example


Text Example

White with #A8663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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