Html Css Color HEX #A87448 Bourbon

📋 copy color: '#A87448'

red 168 ◦ green 116 ◦ blue 72

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

Shades of Bourbon #A87448

Tints of Bourbon #A87448

RGB

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

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

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

R = 47.19%
G = 32.58%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A87448 (or 0xA87448) is known color: Bourbon. HEX triplet: A8, 74 and 48. RGB value is (168,116,72). Sum of RGB (Red+Green+Blue) = 168+116+72=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A87448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87448 is #578BB7. Grayscale: #7E7E7E. Windows color (decimal): -5737400 or 4748456. OLE color: 4748456.

HSL color Cylindrical-coordinate representation of color #A87448: hue angle of 27.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A87448 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 72 -
CMYK 0 0.31 0.57 0.34
HSL 27.5º 0.4% 0.47% -
HSV(B) 27.5º 0.57% 0.66% -
XYZ 23.56 21.28 9 -
YUV 126.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 168 116 72 0 0.31 0.57 0.34 27.5 0.4 0.47
Hex A8 74 48 0 1F 39 22 1C 28 2F
Octal 250 164 110 0 37 71 42 34 50 57
Binary 10101000 1110100 1001000 0 11111 111001 100010 11100 101000 101111

Color Harmonies of #A87448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87448

Black with #A87448

Text Example


Text Example

White with #A87448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87448; }

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

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

background-color css

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

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

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

border-color css

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

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

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