Html Css Color HEX #A07934 Buttered Rum

📋 copy color: '#A07934'

red 160 ◦ green 121 ◦ blue 52

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

Shades of Buttered Rum #A07934

Tints of Buttered Rum #A07934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 48.05%
G = 36.34%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A07934 (or 0xA07934) is known color: Buttered Rum. HEX triplet: A0, 79 and 34. RGB value is (160,121,52). Sum of RGB (Red+Green+Blue) = 160+121+52=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A07934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07934 is #5F86CB. Grayscale: #7D7D7D. Windows color (decimal): -6260428 or 3439008. OLE color: 3439008.

HSL color Cylindrical-coordinate representation of color #A07934: hue angle of 38.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07934 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 52 -
CMYK 0 0.24 0.68 0.37
HSL 38.33º 0.51% 0.42% -
HSV(B) 38.33º 0.68% 0.63% -
XYZ 21.95 21.4 6.22 -
YUV 124.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 160 121 52 0 0.24 0.68 0.37 38.33 0.51 0.42
Hex A0 79 34 0 18 44 25 26 33 2A
Octal 240 171 64 0 30 104 45 46 63 52
Binary 10100000 1111001 110100 0 11000 1000100 100101 100110 110011 101010

Color Harmonies of #A07934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07934

Black with #A07934

Text Example


Text Example

White with #A07934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07934; }

 p { color: rgb(160,121,52); }

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

background-color css

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

 a { background-color: rgb(160,121,52); }

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

border-color css

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

 span { border-color: rgb(160,121,52); }

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