Html Css Color HEX #A07537 Buttered Rum

📋 copy color: '#A07537'

red 160 ◦ green 117 ◦ blue 55

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

Shades of Buttered Rum #A07537

Tints of Buttered Rum #A07537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 55 (21.88% from 255) = 16.57%

R = 48.19%
G = 35.24%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07537 (or 0xA07537) is known color: Buttered Rum. HEX triplet: A0, 75 and 37. RGB value is (160,117,55). Sum of RGB (Red+Green+Blue) = 160+117+55=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07537 is #5F8AC8. Grayscale: #7B7B7B. Windows color (decimal): -6261449 or 3634592. OLE color: 3634592.

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

Color convert

RGB 160 117 55 -
CMYK 0 0.27 0.66 0.37
HSL 35.43º 0.49% 0.42% -
HSV(B) 35.43º 0.66% 0.63% -
XYZ 21.55 20.47 6.43 -
YUV 122.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 160 117 55 0 0.27 0.66 0.37 35.43 0.49 0.42
Hex A0 75 37 0 1B 42 25 23 31 2A
Octal 240 165 67 0 33 102 45 43 61 52
Binary 10100000 1110101 110111 0 11011 1000010 100101 100011 110001 101010

Color Harmonies of #A07537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07537

Black with #A07537

Text Example


Text Example

White with #A07537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07537; }

 p { color: rgb(160,117,55); }

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

background-color css

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

 a { background-color: rgb(160,117,55); }

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

border-color css

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

 span { border-color: rgb(160,117,55); }

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