Html Css Color HEX #A07132 Buttered Rum

📋 copy color: '#A07132'

red 160 ◦ green 113 ◦ blue 50

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

Shades of Buttered Rum #A07132

Tints of Buttered Rum #A07132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 49.54%
G = 34.98%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A07132 (or 0xA07132) is known color: Buttered Rum. HEX triplet: A0, 71 and 32. RGB value is (160,113,50). Sum of RGB (Red+Green+Blue) = 160+113+50=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07132 is #5F8ECD. Grayscale: #787878. Windows color (decimal): -6262478 or 3305888. OLE color: 3305888.

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

Color convert

RGB 160 113 50 -
CMYK 0 0.29 0.69 0.37
HSL 34.36º 0.52% 0.41% -
HSV(B) 34.36º 0.69% 0.63% -
XYZ 20.98 19.51 5.68 -
YUV 119.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 160 113 50 0 0.29 0.69 0.37 34.36 0.52 0.41
Hex A0 71 32 0 1D 45 25 22 34 29
Octal 240 161 62 0 35 105 45 42 64 51
Binary 10100000 1110001 110010 0 11101 1000101 100101 100010 110100 101001

Color Harmonies of #A07132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07132

Black with #A07132

Text Example


Text Example

White with #A07132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07132; }

 p { color: rgb(160,113,50); }

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

background-color css

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

 a { background-color: rgb(160,113,50); }

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

border-color css

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

 span { border-color: rgb(160,113,50); }

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