Html Css Color HEX #A07243 Bourbon

📋 copy color: '#A07243'

red 160 ◦ green 114 ◦ blue 67

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

Shades of Bourbon #A07243

Tints of Bourbon #A07243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 46.92%
G = 33.43%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07243 (or 0xA07243) is known color: Bourbon. HEX triplet: A0, 72 and 43. RGB value is (160,114,67). Sum of RGB (Red+Green+Blue) = 160+114+67=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A07243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07243 is #5F8DBC. Grayscale: #7A7A7A. Windows color (decimal): -6262205 or 4420256. OLE color: 4420256.

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

Color convert

RGB 160 114 67 -
CMYK 0 0.29 0.58 0.37
HSL 30.32º 0.41% 0.45% -
HSV(B) 30.32º 0.58% 0.63% -
XYZ 21.53 19.91 8.02 -
YUV 122.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 160 114 67 0 0.29 0.58 0.37 30.32 0.41 0.45
Hex A0 72 43 0 1D 3A 25 1E 29 2D
Octal 240 162 103 0 35 72 45 36 51 55
Binary 10100000 1110010 1000011 0 11101 111010 100101 11110 101001 101101

Color Harmonies of #A07243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07243

Black with #A07243

Text Example


Text Example

White with #A07243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07243; }

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

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

background-color css

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

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

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

border-color css

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

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

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