Html Css Color HEX #A67442 Bourbon

📋 copy color: '#A67442'

red 166 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #A67442

Tints of Bourbon #A67442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 47.7%
G = 33.33%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A67442 (or 0xA67442) is known color: Bourbon. HEX triplet: A6, 74 and 42. RGB value is (166,116,66). Sum of RGB (Red+Green+Blue) = 166+116+66=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A67442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67442 is #598BBD. Grayscale: #7D7D7D. Windows color (decimal): -5868478 or 4355238. OLE color: 4355238.

HSL color Cylindrical-coordinate representation of color #A67442: hue angle of 30º 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 #A67442 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 66 -
CMYK 0 0.30 0.60 0.35
HSL 30º 0.43% 0.45% -
HSV(B) 30º 0.6% 0.65% -
XYZ 22.95 20.99 8 -
YUV 125.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 166 116 66 0 0.30 0.60 0.35 30 0.43 0.45
Hex A6 74 42 0 1E 3C 23 1E 2B 2D
Octal 246 164 102 0 36 74 43 36 53 55
Binary 10100110 1110100 1000010 0 11110 111100 100011 11110 101011 101101

Color Harmonies of #A67442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67442

Black with #A67442

Text Example


Text Example

White with #A67442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67442; }

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

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

background-color css

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

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

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

border-color css

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

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

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