Html Css Color HEX #A8673D Bourbon

📋 copy color: '#A8673D'

red 168 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #A8673D

Tints of Bourbon #A8673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

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

R = 50.6%
G = 31.02%
B = 18.37%

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

#A8673D (or 0xA8673D) is known color: Bourbon. HEX triplet: A8, 67 and 3D. RGB value is (168,103,61). Sum of RGB (Red+Green+Blue) = 168+103+61=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8673D is #5798C2. Grayscale: #757575. Windows color (decimal): -5740739 or 4024232. OLE color: 4024232.

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

Color convert

RGB 168 103 61 -
CMYK 0 0.39 0.64 0.34
HSL 23.55º 0.47% 0.45% -
HSV(B) 23.55º 0.64% 0.66% -
XYZ 21.84 18.36 6.81 -
YUV 117.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 168 103 61 0 0.39 0.64 0.34 23.55 0.47 0.45
Hex A8 67 3D 0 27 40 22 18 2F 2D
Octal 250 147 75 0 47 100 42 30 57 55
Binary 10101000 1100111 111101 0 100111 1000000 100010 11000 101111 101101

Color Harmonies of #A8673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8673D

Black with #A8673D

Text Example


Text Example

White with #A8673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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