Html Css Color HEX #A07A39 Buttered Rum

📋 copy color: '#A07A39'

red 160 ◦ green 122 ◦ blue 57

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

Shades of Buttered Rum #A07A39

Tints of Buttered Rum #A07A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.81%

R = 47.2%
G = 35.99%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A07A39 (or 0xA07A39) is known color: Buttered Rum. HEX triplet: A0, 7A and 39. RGB value is (160,122,57). Sum of RGB (Red+Green+Blue) = 160+122+57=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A39 is #5F85C6. Grayscale: #7E7E7E. Windows color (decimal): -6260167 or 3766944. OLE color: 3766944.

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

Color convert

RGB 160 122 57 -
CMYK 0 0.24 0.64 0.37
HSL 37.86º 0.47% 0.43% -
HSV(B) 37.86º 0.64% 0.63% -
XYZ 22.2 21.69 6.89 -
YUV 125.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 160 122 57 0 0.24 0.64 0.37 37.86 0.47 0.43
Hex A0 7A 39 0 18 40 25 26 2F 2B
Octal 240 172 71 0 30 100 45 46 57 53
Binary 10100000 1111010 111001 0 11000 1000000 100101 100110 101111 101011

Color Harmonies of #A07A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A39

Black with #A07A39

Text Example


Text Example

White with #A07A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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