Html Css Color HEX #A67448 Bourbon

📋 copy color: '#A67448'

red 166 ◦ green 116 ◦ blue 72

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

Shades of Bourbon #A67448

Tints of Bourbon #A67448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 46.89%
G = 32.77%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A67448 (or 0xA67448) is known color: Bourbon. HEX triplet: A6, 74 and 48. RGB value is (166,116,72). Sum of RGB (Red+Green+Blue) = 166+116+72=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A67448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67448 is #598BB7. Grayscale: #7E7E7E. Windows color (decimal): -5868472 or 4748454. OLE color: 4748454.

HSL color Cylindrical-coordinate representation of color #A67448: hue angle of 28.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A67448 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 72 -
CMYK 0 0.30 0.57 0.35
HSL 28.09º 0.39% 0.47% -
HSV(B) 28.09º 0.57% 0.65% -
XYZ 23.14 21.07 8.98 -
YUV 125.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 166 116 72 0 0.30 0.57 0.35 28.09 0.39 0.47
Hex A6 74 48 0 1E 39 23 1C 27 2F
Octal 246 164 110 0 36 71 43 34 47 57
Binary 10100110 1110100 1001000 0 11110 111001 100011 11100 100111 101111

Color Harmonies of #A67448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67448

Black with #A67448

Text Example


Text Example

White with #A67448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67448; }

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

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

background-color css

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

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

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

border-color css

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

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

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