Html Css Color HEX #A67645 Bourbon

📋 copy color: '#A67645'

red 166 ◦ green 118 ◦ blue 69

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

Shades of Bourbon #A67645

Tints of Bourbon #A67645

RGB

 RED value IS 166 (65.23% from 255) = 47.03%

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 47.03%
G = 33.43%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A67645 (or 0xA67645) is known color: Bourbon. HEX triplet: A6, 76 and 45. RGB value is (166,118,69). Sum of RGB (Red+Green+Blue) = 166+118+69=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A67645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67645 is #5989BA. Grayscale: #7F7F7F. Windows color (decimal): -5867963 or 4552358. OLE color: 4552358.

HSL color Cylindrical-coordinate representation of color #A67645: hue angle of 30.31º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A67645 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 118 69 -
CMYK 0 0.29 0.58 0.35
HSL 30.31º 0.41% 0.46% -
HSV(B) 30.31º 0.58% 0.65% -
XYZ 23.28 21.49 8.55 -
YUV 126.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 166 118 69 0 0.29 0.58 0.35 30.31 0.41 0.46
Hex A6 76 45 0 1D 3A 23 1E 29 2E
Octal 246 166 105 0 35 72 43 36 51 56
Binary 10100110 1110110 1000101 0 11101 111010 100011 11110 101001 101110

Color Harmonies of #A67645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67645

Black with #A67645

Text Example


Text Example

White with #A67645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67645; }

 p { color: rgb(166,118,69); }

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

background-color css

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

 a { background-color: rgb(166,118,69); }

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

border-color css

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

 span { border-color: rgb(166,118,69); }

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