Html Css Color HEX #A07329 Buttered Rum

📋 copy color: '#A07329'

red 160 ◦ green 115 ◦ blue 41

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

Shades of Buttered Rum #A07329

Tints of Buttered Rum #A07329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 50.63%
G = 36.39%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A07329 (or 0xA07329) is known color: Buttered Rum. HEX triplet: A0, 73 and 29. RGB value is (160,115,41). Sum of RGB (Red+Green+Blue) = 160+115+41=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07329 is #5F8CD6. Grayscale: #787878. Windows color (decimal): -6261975 or 2716576. OLE color: 2716576.

HSL color Cylindrical-coordinate representation of color #A07329: hue angle of 37.31º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07329 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 41 -
CMYK 0 0.28 0.74 0.37
HSL 37.31º 0.59% 0.39% -
HSV(B) 37.31º 0.74% 0.63% -
XYZ 21.03 19.9 4.83 -
YUV 120.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 160 115 41 0 0.28 0.74 0.37 37.31 0.59 0.39
Hex A0 73 29 0 1C 4A 25 25 3B 27
Octal 240 163 51 0 34 112 45 45 73 47
Binary 10100000 1110011 101001 0 11100 1001010 100101 100101 111011 100111

Color Harmonies of #A07329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07329

Black with #A07329

Text Example


Text Example

White with #A07329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07329; }

 p { color: rgb(160,115,41); }

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

background-color css

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

 a { background-color: rgb(160,115,41); }

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

border-color css

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

 span { border-color: rgb(160,115,41); }

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