Html Css Color HEX #A07033 Buttered Rum

📋 copy color: '#A07033'

red 160 ◦ green 112 ◦ blue 51

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

Shades of Buttered Rum #A07033

Tints of Buttered Rum #A07033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 49.54%
G = 34.67%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A07033 (or 0xA07033) is known color: Buttered Rum. HEX triplet: A0, 70 and 33. RGB value is (160,112,51). Sum of RGB (Red+Green+Blue) = 160+112+51=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07033 is #5F8FCC. Grayscale: #777777. Windows color (decimal): -6262733 or 3371168. OLE color: 3371168.

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

Color convert

RGB 160 112 51 -
CMYK 0 0.30 0.68 0.37
HSL 33.58º 0.52% 0.41% -
HSV(B) 33.58º 0.68% 0.63% -
XYZ 20.89 19.3 5.76 -
YUV 119.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 160 112 51 0 0.30 0.68 0.37 33.58 0.52 0.41
Hex A0 70 33 0 1E 44 25 22 34 29
Octal 240 160 63 0 36 104 45 42 64 51
Binary 10100000 1110000 110011 0 11110 1000100 100101 100010 110100 101001

Color Harmonies of #A07033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07033

Black with #A07033

Text Example


Text Example

White with #A07033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07033; }

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

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

background-color css

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

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

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

border-color css

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

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

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