Html Css Color HEX #A07030 Buttered Rum

📋 copy color: '#A07030'

red 160 ◦ green 112 ◦ blue 48

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

Shades of Buttered Rum #A07030

Tints of Buttered Rum #A07030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 50%
G = 35%
B = 15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A07030 (or 0xA07030) is known color: Buttered Rum. HEX triplet: A0, 70 and 30. RGB value is (160,112,48). Sum of RGB (Red+Green+Blue) = 160+112+48=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A07030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07030 is #5F8FCF. Grayscale: #777777. Windows color (decimal): -6262736 or 3174560. OLE color: 3174560.

HSL color Cylindrical-coordinate representation of color #A07030: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A07030 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 48 -
CMYK 0 0.30 0.70 0.37
HSL 34.29º 0.54% 0.41% -
HSV(B) 34.29º 0.7% 0.63% -
XYZ 20.82 19.28 5.42 -
YUV 119.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 160 112 48 0 0.30 0.70 0.37 34.29 0.54 0.41
Hex A0 70 30 0 1E 46 25 22 36 29
Octal 240 160 60 0 36 106 45 42 66 51
Binary 10100000 1110000 110000 0 11110 1000110 100101 100010 110110 101001

Color Harmonies of #A07030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07030

Black with #A07030

Text Example


Text Example

White with #A07030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07030; }

 p { color: rgb(160,112,48); }

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

background-color css

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

 a { background-color: rgb(160,112,48); }

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

border-color css

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

 span { border-color: rgb(160,112,48); }

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