Html Css Color HEX #A07130 Buttered Rum

📋 copy color: '#A07130'

red 160 ◦ green 113 ◦ blue 48

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

Shades of Buttered Rum #A07130

Tints of Buttered Rum #A07130

RGB

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

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

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

R = 49.84%
G = 35.2%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A07130 (or 0xA07130) is known color: Buttered Rum. HEX triplet: A0, 71 and 30. RGB value is (160,113,48). Sum of RGB (Red+Green+Blue) = 160+113+48=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A07130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07130 is #5F8ECF. Grayscale: #777777. Windows color (decimal): -6262480 or 3174816. OLE color: 3174816.

HSL color Cylindrical-coordinate representation of color #A07130: hue angle of 34.82º 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 #A07130 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 48 -
CMYK 0 0.29 0.70 0.37
HSL 34.82º 0.54% 0.41% -
HSV(B) 34.82º 0.7% 0.63% -
XYZ 20.94 19.5 5.46 -
YUV 119.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 160 113 48 0 0.29 0.70 0.37 34.82 0.54 0.41
Hex A0 71 30 0 1D 46 25 23 36 29
Octal 240 161 60 0 35 106 45 43 66 51
Binary 10100000 1110001 110000 0 11101 1000110 100101 100011 110110 101001

Color Harmonies of #A07130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07130

Black with #A07130

Text Example


Text Example

White with #A07130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07130; }

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

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

background-color css

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

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

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

border-color css

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

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

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