Html Css Color HEX #A67142 Bourbon

📋 copy color: '#A67142'

red 166 ◦ green 113 ◦ blue 66

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

Shades of Bourbon #A67142

Tints of Bourbon #A67142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 48.12%
G = 32.75%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A67142 (or 0xA67142) is known color: Bourbon. HEX triplet: A6, 71 and 42. RGB value is (166,113,66). Sum of RGB (Red+Green+Blue) = 166+113+66=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A67142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67142 is #598EBD. Grayscale: #7B7B7B. Windows color (decimal): -5869246 or 4354470. OLE color: 4354470.

HSL color Cylindrical-coordinate representation of color #A67142: hue angle of 28.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A67142 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 66 -
CMYK 0 0.32 0.60 0.35
HSL 28.2º 0.43% 0.45% -
HSV(B) 28.2º 0.6% 0.65% -
XYZ 22.61 20.31 7.88 -
YUV 123.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 166 113 66 0 0.32 0.60 0.35 28.2 0.43 0.45
Hex A6 71 42 0 20 3C 23 1C 2B 2D
Octal 246 161 102 0 40 74 43 34 53 55
Binary 10100110 1110001 1000010 0 100000 111100 100011 11100 101011 101101

Color Harmonies of #A67142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67142

Black with #A67142

Text Example


Text Example

White with #A67142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67142; }

 p { color: rgb(166,113,66); }

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

background-color css

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

 a { background-color: rgb(166,113,66); }

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

border-color css

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

 span { border-color: rgb(166,113,66); }

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