Html Css Color HEX #A07240 Bourbon

📋 copy color: '#A07240'

red 160 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #A07240

Tints of Bourbon #A07240

RGB

 RED value IS 160 (62.89% from 255) = 47.34%

 GREEN value IS 114 (44.92% from 255) = 33.73%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 47.34%
G = 33.73%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A07240 (or 0xA07240) is known color: Bourbon. HEX triplet: A0, 72 and 40. RGB value is (160,114,64). Sum of RGB (Red+Green+Blue) = 160+114+64=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07240 is #5F8DBF. Grayscale: #7A7A7A. Windows color (decimal): -6262208 or 4223648. OLE color: 4223648.

HSL color Cylindrical-coordinate representation of color #A07240: hue angle of 31.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A07240 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 64 -
CMYK 0 0.29 0.6 0.37
HSL 31.25º 0.43% 0.44% -
HSV(B) 31.25º 0.6% 0.63% -
XYZ 21.44 19.88 7.56 -
YUV 122.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 160 114 64 0 0.29 0.6 0.37 31.25 0.43 0.44
Hex A0 72 40 0 1D 3C 25 1F 2B 2C
Octal 240 162 100 0 35 74 45 37 53 54
Binary 10100000 1110010 1000000 0 11101 111100 100101 11111 101011 101100

Color Harmonies of #A07240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07240

Black with #A07240

Text Example


Text Example

White with #A07240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07240; }

 p { color: rgb(160,114,64); }

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

background-color css

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

 a { background-color: rgb(160,114,64); }

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

border-color css

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

 span { border-color: rgb(160,114,64); }

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