Html Css Color HEX #A07A38 Buttered Rum

📋 copy color: '#A07A38'

red 160 ◦ green 122 ◦ blue 56

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

Shades of Buttered Rum #A07A38

Tints of Buttered Rum #A07A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

 BLUE value IS 56 (22.27% from 255) = 16.57%

R = 47.34%
G = 36.09%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A07A38 (or 0xA07A38) is known color: Buttered Rum. HEX triplet: A0, 7A and 38. RGB value is (160,122,56). Sum of RGB (Red+Green+Blue) = 160+122+56=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A38 is #5F85C7. Grayscale: #7E7E7E. Windows color (decimal): -6260168 or 3701408. OLE color: 3701408.

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

Color convert

RGB 160 122 56 -
CMYK 0 0.24 0.65 0.37
HSL 38.08º 0.48% 0.42% -
HSV(B) 38.08º 0.65% 0.63% -
XYZ 22.17 21.68 6.76 -
YUV 125.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 160 122 56 0 0.24 0.65 0.37 38.08 0.48 0.42
Hex A0 7A 38 0 18 41 25 26 30 2A
Octal 240 172 70 0 30 101 45 46 60 52
Binary 10100000 1111010 111000 0 11000 1000001 100101 100110 110000 101010

Color Harmonies of #A07A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A38

Black with #A07A38

Text Example


Text Example

White with #A07A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A38; }

 p { color: rgb(160,122,56); }

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

background-color css

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

 a { background-color: rgb(160,122,56); }

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

border-color css

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

 span { border-color: rgb(160,122,56); }

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